]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/rustdoc-renamed.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / rustdoc-renamed.stderr
1 error: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
2   --> $DIR/rustdoc-renamed.rs:11:9
3    |
4 LL | #![deny(intra_doc_link_resolution_failure)]
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/rustdoc-renamed.rs:4:9
9    |
10 LL | #![deny(renamed_and_removed_lints)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14