2018-11-14 18:14:31 -06:00
|
|
|
|
error: `[i]` cannot be resolved, ignoring it...
|
2018-12-25 08:56:47 -07:00
|
|
|
|
--> $DIR/intra-link-span-ice-55723.rs:11:10
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
|
|
|
|
|
LL | /// (arr[i])
|
|
|
|
|
| ^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 08:56:47 -07:00
|
|
|
|
--> $DIR/intra-link-span-ice-55723.rs:3:9
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
|
|
|
|
|
LL | #![deny(intra_doc_link_resolution_failure)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|