]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conditional-compilation/cfg-attr-parse.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / conditional-compilation / cfg-attr-parse.stderr
index 3a590d3282d46b04bfba865e320b69270e4b45d8..8084a6220456029bbb84d271f08a1846f67f3dcc 100644 (file)
@@ -51,7 +51,7 @@ LL | #[cfg_attr[all(),,]]
 help: the delimiters should be `(` and `)`
    |
 LL | #[cfg_attr(all(),,)]
-   |           ^       ^
+   |           ~       ~
 
 error: expected identifier, found `,`
   --> $DIR/cfg-attr-parse.rs:44:18
@@ -71,7 +71,7 @@ LL | #[cfg_attr{all(),,}]
 help: the delimiters should be `(` and `)`
    |
 LL | #[cfg_attr(all(),,)]
-   |           ^       ^
+   |           ~       ~
 
 error: expected identifier, found `,`
   --> $DIR/cfg-attr-parse.rs:50:18