mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
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 1 previous error
|
|
|