]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/deny-intra-link-resolution-failure.stderr
Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk
[rust.git] / src / test / rustdoc-ui / deny-intra-link-resolution-failure.stderr
1 error: unresolved link to `v2`
2   --> $DIR/deny-intra-link-resolution-failure.rs:3:6
3    |
4 LL | /// [v2]
5    |      ^^ no item named `v2` in scope
6    |
7    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8 note: the lint level is defined here
9   --> $DIR/deny-intra-link-resolution-failure.rs:1:9
10    |
11 LL | #![deny(rustdoc::broken_intra_doc_links)]
12    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15