summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/rustdoc-renamed.stderr
blob: 096e867aa16db3a0d112c69a5f3ab5bbb12e894d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
  --> $DIR/rustdoc-renamed.rs:11:9
   |
LL | #![deny(intra_doc_link_resolution_failure)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/rustdoc-renamed.rs:4:9
   |
LL | #![deny(renamed_and_removed_lints)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error