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

14 lines
469 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-06-09 15:20:58 +00:00
13 | /// [v2] //~ ERROR
| ^^ 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-06-09 15:20:58 +00:00
11 | #![deny(intra_link_resolution_failure)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-06-09 15:30:22 +00:00
= help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`