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