2021-01-17 17:52:19 -06:00
|
|
|
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)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2021-03-16 10:59:05 -05:00
|
|
|
error: aborting due to previous error
|
2021-01-17 17:52:19 -06:00
|
|
|
|