rust/src/test/rustdoc-ui/intra-link-span-ice-55723.stderr

16 lines
434 B
Plaintext
Raw Normal View History

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