]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/unused-extern-crate.stderr
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / 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    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8 note: the lint level is defined here
9   --> $DIR/unused-extern-crate.rs:2:9
10    |
11 LL | #![deny(rustdoc::broken_intra_doc_links)]
12    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15