]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/span-ice-55723.stderr
Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko
[rust.git] / src / test / rustdoc-ui / intra-doc / span-ice-55723.stderr
1 error: unresolved link to `i`
2   --> $DIR/span-ice-55723.rs:9:10
3    |
4 LL | /// (arr[i])
5    |           ^ no item named `i` in scope
6    |
7 note: the lint level is defined here
8   --> $DIR/span-ice-55723.rs:1: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