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

14 lines
436 B
Plaintext
Raw Normal View History

error: `[i]` cannot be resolved, ignoring it...
2018-12-25 08:56:47 -07:00
--> $DIR/intra-link-span-ice-55723.rs:11:10
|
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
|
LL | #![deny(intra_doc_link_resolution_failure)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`