]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-link-span-ice-55723.stderr
Rollup merge of #66798 - bwignall:typo, r=varkor
[rust.git] / src / test / rustdoc-ui / intra-link-span-ice-55723.stderr
1 error: `[i]` cannot be resolved, ignoring it.
2   --> $DIR/intra-link-span-ice-55723.rs:9:10
3    |
4 LL | /// (arr[i])
5    |           ^ cannot be resolved, ignoring
6    |
7 note: lint level defined here
8   --> $DIR/intra-link-span-ice-55723.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