]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/deny-intra-link-resolution-failure.stderr
Rollup merge of #68742 - tspiteri:string-as-mut, r=sfackler
[rust.git] / src / test / rustdoc-ui / deny-intra-link-resolution-failure.stderr
1 error: `[v2]` cannot be resolved, ignoring it.
2   --> $DIR/deny-intra-link-resolution-failure.rs:3:6
3    |
4 LL | /// [v2]
5    |      ^^ cannot be resolved, ignoring
6    |
7 note: the lint level is defined here
8   --> $DIR/deny-intra-link-resolution-failure.rs:1:9
9    |
10 LL | #![deny(intra_doc_link_resolution_failure)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
13
14 error: aborting due to previous error
15