]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/unknown-renamed-lints.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / unknown-renamed-lints.stderr
CommitLineData
1b1a35ee
XL
1error: unknown lint: `x`
2 --> $DIR/unknown-renamed-lints.rs:5:9
3 |
4LL | #![deny(x)]
5 | ^
6 |
7note: the lint level is defined here
8 --> $DIR/unknown-renamed-lints.rs:1:9
9 |
10LL | #![deny(unknown_lints)]
11 | ^^^^^^^^^^^^^
12
6a06907d 13error: unknown lint: `rustdoc::x`
1b1a35ee
XL
14 --> $DIR/unknown-renamed-lints.rs:7:9
15 |
6a06907d
XL
16LL | #![deny(rustdoc::x)]
17 | ^^^^^^^^^^
18
19error: lint `intra_doc_link_resolution_failure` has been renamed to `rustdoc::broken_intra_doc_links`
20 --> $DIR/unknown-renamed-lints.rs:9:9
21 |
1b1a35ee 22LL | #![deny(intra_doc_link_resolution_failure)]
6a06907d 23 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
1b1a35ee
XL
24 |
25note: the lint level is defined here
26 --> $DIR/unknown-renamed-lints.rs:3:9
27 |
28LL | #![deny(renamed_and_removed_lints)]
29 | ^^^^^^^^^^^^^^^^^^^^^^^^^
30
6a06907d
XL
31error: lint `rustdoc` has been removed: use `rustdoc::all` instead
32 --> $DIR/unknown-renamed-lints.rs:16:9
33 |
34LL | #![deny(rustdoc)]
35 | ^^^^^^^
36
37error: unknown lint: `rustdoc::intra_doc_link_resolution_failure`
38 --> $DIR/unknown-renamed-lints.rs:20:9
39 |
40LL | #![deny(rustdoc::intra_doc_link_resolution_failure)]
41 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
1b1a35ee
XL
43error: Compilation failed, aborting rustdoc
44
6a06907d 45error: aborting due to 6 previous errors
1b1a35ee 46