]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/unknown-renamed-lints.stderr
Rename `rustdoc` to `rustdoc::all`
[rust.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: unknown lint: `rustdoc::x`
14   --> $DIR/unknown-renamed-lints.rs:7:9
15    |
16 LL | #![deny(rustdoc::x)]
17    |         ^^^^^^^^^^
18
19 error: lint `intra_doc_link_resolution_failure` has been renamed to `rustdoc::broken_intra_doc_links`
20   --> $DIR/unknown-renamed-lints.rs:9:9
21    |
22 LL | #![deny(intra_doc_link_resolution_failure)]
23    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
24    |
25 note: the lint level is defined here
26   --> $DIR/unknown-renamed-lints.rs:3:9
27    |
28 LL | #![deny(renamed_and_removed_lints)]
29    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
30
31 error: lint `non_autolinks` has been renamed to `rustdoc::non_autolinks`
32   --> $DIR/unknown-renamed-lints.rs:12:9
33    |
34 LL | #![deny(non_autolinks)]
35    |         ^^^^^^^^^^^^^ help: use the new name: `rustdoc::non_autolinks`
36
37 error: lint `rustdoc` has been removed: use `rustdoc::all` instead
38   --> $DIR/unknown-renamed-lints.rs:15:9
39    |
40 LL | #![deny(rustdoc)]
41    |         ^^^^^^^
42
43 error: unknown lint: `rustdoc::intra_doc_link_resolution_failure`
44   --> $DIR/unknown-renamed-lints.rs:19:9
45    |
46 LL | #![deny(rustdoc::intra_doc_link_resolution_failure)]
47    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
49 error: Compilation failed, aborting rustdoc
50
51 error: aborting due to 7 previous errors
52