]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/crate-nonexistent.stderr
Rollup merge of #98207 - arlosi:update-cargo, r=Dylan-DPC
[rust.git] / src / test / rustdoc-ui / intra-doc / crate-nonexistent.stderr
1 error: unresolved link to `crate::DoesNotExist`
2   --> $DIR/crate-nonexistent.rs:3:6
3    |
4 LL | /// [crate::DoesNotExist]
5    |      ^^^^^^^^^^^^^^^^^^^ no item named `DoesNotExist` in module `crate_nonexistent`
6    |
7 note: the lint level is defined here
8   --> $DIR/crate-nonexistent.rs:1:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14