about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-link-span-ice-55723.stderr
blob: ce31eb3a8a3786cd2bf9712ac1c4c45d3f7dd6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: `[i]` cannot be resolved, ignoring it.
  --> $DIR/intra-link-span-ice-55723.rs:9:10
   |
LL | /// (arr[i])
   |           ^ cannot be resolved, ignoring
   |
note: the lint level is defined here
  --> $DIR/intra-link-span-ice-55723.rs:1:9
   |
LL | #![deny(intra_doc_link_resolution_failure)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`

error: aborting due to previous error