blob: 4fffb801064059fd3734ec203d5505beeb76c3fa [file] [log] [blame] [edit]
error: unresolved link to `not::exist`
--> $DIR/hidden-check.rs:8:6
|
LL | /// [not::exist]
| ^^^^^^^^^^ no item named `not` in scope
|
note: the lint level is defined here
--> $DIR/hidden-check.rs:6:9
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error