]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc-ui/invalid-syntax.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / rustdoc-ui / invalid-syntax.stderr
index 82eac9bd68b21b966b6276911f56f2ab07350667..5b1846a49d19fe0e7ef634f68e61a4cba58df46a 100644 (file)
@@ -14,7 +14,7 @@ LL | | /// ```
 help: mark blocks that do not contain Rust code as text
    |
 LL | /// ```text
-   |     ^^^^^^^
+   |     ~~~~~~~
 
 warning: could not parse code block as Rust code
   --> $DIR/invalid-syntax.rs:9:5
@@ -32,7 +32,7 @@ LL | | /// ```
 help: mark blocks that do not contain Rust code as text
    |
 LL | /// ```text
-   |     ^^^^^^^
+   |     ~~~~~~~
 
 warning: could not parse code block as Rust code
   --> $DIR/invalid-syntax.rs:21:5
@@ -47,7 +47,7 @@ LL | | /// ```
 help: mark blocks that do not contain Rust code as text
    |
 LL | /// ```text
-   |     ^^^^^^^
+   |     ~~~~~~~
 
 warning: could not parse code block as Rust code
   --> $DIR/invalid-syntax.rs:35:5
@@ -123,7 +123,7 @@ LL | | /// ```
 help: mark blocks that do not contain Rust code as text
    |
 LL | /// ```text
-   |     ^^^^^^^
+   |     ~~~~~~~
 
 warning: could not parse code block as Rust code
   --> $DIR/invalid-syntax.rs:92:9
@@ -148,7 +148,7 @@ LL | | /// ```
 help: mark blocks that do not contain Rust code as text
    |
 LL | /// ```text
-   |     ^^^^^^^
+   |     ~~~~~~~
 
 warning: 12 warnings emitted