16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
error: `[v2]` cannot be resolved, ignoring it...
|
|
--> $DIR/deny-intra-link-resolution-failure.rs:3:6
|
|
|
|
|
LL | /// [v2]
|
|
| ^^ cannot be resolved, ignoring
|
|
|
|
|
note: lint level defined here
|
|
--> $DIR/deny-intra-link-resolution-failure.rs:1:9
|
|
|
|
|
LL | #![deny(intra_doc_link_resolution_failure)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
error: aborting due to previous error
|
|
|