]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/rustdoc-renamed.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / lint / rustdoc-renamed.stderr
CommitLineData
6a06907d
XL
1error: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
2 --> $DIR/rustdoc-renamed.rs:11:9
3 |
4LL | #![deny(intra_doc_link_resolution_failure)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7note: the lint level is defined here
8 --> $DIR/rustdoc-renamed.rs:4:9
9 |
10LL | #![deny(renamed_and_removed_lints)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^
12
13error: aborting due to previous error
14