blob: bf4ab9fdd18b1b8b650e667942144f46ce3d0d91 [file] [log] [blame]
error: unresolved link to `i`
--> $DIR/span-ice-55723.rs:9:10
|
LL | /// (arr[i])
| ^ no item named `i` in scope
|
note: the lint level is defined here
--> $DIR/span-ice-55723.rs:1:9
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error