]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rustdoc/renamed-features-rustdoc_internals.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rustdoc / renamed-features-rustdoc_internals.stderr
1 error[E0557]: feature has been removed
2 --> $DIR/renamed-features-rustdoc_internals.rs:1:12
3 |
4 LL | #![feature(doc_keyword)]
5 | ^^^^^^^^^^^ feature has been removed
6 |
7 = note: merged into `#![feature(rustdoc_internals)]`
8
9 error[E0557]: feature has been removed
10 --> $DIR/renamed-features-rustdoc_internals.rs:2:12
11 |
12 LL | #![feature(doc_primitive)]
13 | ^^^^^^^^^^^^^ feature has been removed
14 |
15 = note: merged into `#![feature(rustdoc_internals)]`
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0557`.