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

16 lines
480 B
Plaintext
Raw Normal View History

2018-06-09 10:20:58 -05:00
error: `[v2]` cannot be resolved, ignoring it...
2018-12-25 09:56:47 -06:00
--> $DIR/deny-intra-link-resolution-failure.rs:3:6
|
2019-03-09 06:03:44 -06:00
LL | /// [v2]
2018-06-09 10:20:58 -05:00
| ^^ cannot be resolved, ignoring
|
note: lint level defined here
2018-12-25 09:56:47 -06:00
--> $DIR/deny-intra-link-resolution-failure.rs:1:9
|
2018-09-19 18:39:39 -05:00
LL | #![deny(intra_doc_link_resolution_failure)]
2018-06-13 14:17:15 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
error: aborting due to previous error