]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/intra-doc/prim-conflict.stderr
fix out dir being wrong in json
[rust.git] / src / test / rustdoc-ui / intra-doc / prim-conflict.stderr
index 4dc1ce209007ee64b243524732c64bb745ea9b3c..6ef3b7eab3bafe53cb326ac796c613fefbd2b521 100644 (file)
@@ -12,11 +12,11 @@ LL | #![deny(rustdoc::broken_intra_doc_links)]
 help: to link to the module, prefix with `mod@`
    |
 LL | /// [mod@char]
-   |      ^^^^
+   |      ++++
 help: to link to the builtin type, prefix with `prim@`
    |
 LL | /// [prim@char]
-   |      ^^^^^
+   |      +++++
 
 error: `char` is both a module and a builtin type
   --> $DIR/prim-conflict.rs:10:6
@@ -27,11 +27,11 @@ LL | /// [type@char]
 help: to link to the module, prefix with `mod@`
    |
 LL | /// [mod@char]
-   |      ^^^^
+   |      ~~~~
 help: to link to the builtin type, prefix with `prim@`
    |
 LL | /// [prim@char]
-   |      ^^^^^
+   |      ~~~~~
 
 error: incompatible link kind for `char`
   --> $DIR/prim-conflict.rs:19:6
@@ -42,7 +42,7 @@ LL | /// [struct@char]
 help: to link to the module, prefix with `mod@`
    |
 LL | /// [mod@char]
-   |      ^^^^
+   |      ~~~~
 
 error: incompatible link kind for `char`
   --> $DIR/prim-conflict.rs:26:10
@@ -53,7 +53,7 @@ LL |     //! [struct@char]
 help: to link to the builtin type, prefix with `prim@`
    |
 LL |     //! [prim@char]
-   |          ^^^^^
+   |          ~~~~~
 
 error: aborting due to 4 previous errors