]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/unknown-renamed-lints.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[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 `rustdoc` has been removed: use `rustdoc::all` instead
32   --> $DIR/unknown-renamed-lints.rs:16:9
33    |
34 LL | #![deny(rustdoc)]
35    |         ^^^^^^^
36
37 error: unknown lint: `rustdoc::intra_doc_link_resolution_failure`
38   --> $DIR/unknown-renamed-lints.rs:20:9
39    |
40 LL | #![deny(rustdoc::intra_doc_link_resolution_failure)]
41    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 error: Compilation failed, aborting rustdoc
44
45 error: aborting due to 6 previous errors
46