]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc-ui/intra-doc/unused-extern-crate.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-doc / unused-extern-crate.stderr
index 5c0df1d1b9e4f4e89c6f366aaad06ae2cadfd773..815324563cb6739aa6770e945af140f80597584b 100644 (file)
@@ -4,12 +4,12 @@ error: unresolved link to `zip`
 LL | /// See [zip] crate.
    |          ^^^ no item named `zip` in scope
    |
+   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
 note: the lint level is defined here
   --> $DIR/unused-extern-crate.rs:2:9
    |
 LL | #![deny(rustdoc::broken_intra_doc_links)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
 
 error: aborting due to previous error