rust/tests/rustdoc-ui/intra-doc/span-ice-55723.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
432 B
Plaintext
Raw Normal View History

error: unresolved link to `i`
--> $DIR/span-ice-55723.rs:9:10
|
LL | /// arr[i]
2020-10-02 21:53:09 -05:00
| ^ no item named `i` in scope
|
2022-09-23 13:34:34 -05:00
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2020-01-22 17:57:38 -06:00
note: the lint level is defined here
--> $DIR/span-ice-55723.rs:1:9
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error