rust/src/test/rustdoc-ui/deny-intra-link-resolution-failure.stderr

14 lines
453 B
Plaintext
Raw Normal View History

2018-06-09 15:20:58 +00:00
error: `[v2]` cannot be resolved, ignoring it...
--> $DIR/deny-intra-link-resolution-failure.rs:13:6
|
2018-09-19 23:39:39 +00:00
LL | /// [v2] //~ ERROR
2018-06-09 15:20:58 +00:00
| ^^ cannot be resolved, ignoring
|
note: lint level defined here
2018-06-09 15:20:58 +00:00
--> $DIR/deny-intra-link-resolution-failure.rs:11:9
|
2018-09-19 23:39:39 +00:00
LL | #![deny(intra_doc_link_resolution_failure)]
2018-06-13 19:17:15 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`