]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/intra-link-span-ice-55723.stderr
Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa
[rust.git] / src / test / rustdoc-ui / intra-link-span-ice-55723.stderr
index 93c05a0c4dd29839f2ff0448e8fc2090d3a65058..ce31eb3a8a3786cd2bf9712ac1c4c45d3f7dd6f6 100644 (file)
@@ -1,15 +1,15 @@
-error: `[i]` cannot be resolved, ignoring it...
-  --> $DIR/intra-link-span-ice-55723.rs:11:10
+error: `[i]` cannot be resolved, ignoring it.
+  --> $DIR/intra-link-span-ice-55723.rs:9:10
    |
 LL | /// (arr[i])
    |           ^ cannot be resolved, ignoring
    |
-note: lint level defined here
-  --> $DIR/intra-link-span-ice-55723.rs:3:9
+note: the lint level is defined here
+  --> $DIR/intra-link-span-ice-55723.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, just add '\' before them like `\[` or `\]`
 
 error: aborting due to previous error