]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/deny-intra-link-resolution-failure.stderr
refactor and reword intra-doc link errors
[rust.git] / src / test / rustdoc-ui / deny-intra-link-resolution-failure.stderr
index bc21cfd47c5d1000e535e5db74ebf8e21d634039..894518faa31686f810052fad43a2f3790da9c8e0 100644 (file)
@@ -1,15 +1,15 @@
-error: `[v2]` cannot be resolved, ignoring it.
+error: unresolved link to `v2`
   --> $DIR/deny-intra-link-resolution-failure.rs:3:6
    |
 LL | /// [v2]
-   |      ^^ cannot be resolved, ignoring
+   |      ^^ unresolved link
    |
 note: the lint level is 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 `\]`
+   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
 
 error: aborting due to previous error