]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/keyword-static-as-identifier.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / keyword-static-as-identifier.stderr
index 81aeb9e37abb3650cb511d44b0e48bb70e2ce33b..d133e939d3a0d822907526331133365ce3dfc56b 100644 (file)
@@ -7,7 +7,7 @@ LL |     let static = "foo";
 help: you can escape reserved keywords to use them as identifiers
    |
 LL |     let r#static = "foo";
-   |         ^^^^^^^^
+   |         ~~~~~~~~
 
 error: aborting due to previous error