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