]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/unknown-renamed-lints.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / rustdoc-ui / unknown-renamed-lints.stderr
1 error: unknown lint: `x`
2 --> $DIR/unknown-renamed-lints.rs:5:9
3 |
4 LL | #![deny(x)]
5 | ^
6 |
7 note: the lint level is defined here
8 --> $DIR/unknown-renamed-lints.rs:1:9
9 |
10 LL | #![deny(unknown_lints)]
11 | ^^^^^^^^^^^^^
12
13 error: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links`
14 --> $DIR/unknown-renamed-lints.rs:7:9
15 |
16 LL | #![deny(intra_doc_link_resolution_failure)]
17 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links`
18 |
19 note: the lint level is defined here
20 --> $DIR/unknown-renamed-lints.rs:3:9
21 |
22 LL | #![deny(renamed_and_removed_lints)]
23 | ^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: Compilation failed, aborting rustdoc
26
27 error: aborting due to 3 previous errors
28