]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/unused-extern-crate.stderr
Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitor
[rust.git] / src / test / rustdoc-ui / intra-doc / unused-extern-crate.stderr
1 error: unresolved link to `zip`
2   --> $DIR/unused-extern-crate.rs:3:10
3    |
4 LL | /// See [zip] crate.
5    |          ^^^ no item named `zip` in scope
6    |
7 note: the lint level is defined here
8   --> $DIR/unused-extern-crate.rs:2:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
13
14 error: aborting due to previous error
15