]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/keyword-while-as-identifier.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / keyword-while-as-identifier.stderr
index 22b5454add8b95fd1128606bd7033f9a96fdaa52..8f744c3b1ad6ff5dc909734493b4216f583126d2 100644 (file)
@@ -7,7 +7,7 @@ LL |     let while = "foo";
 help: you can escape reserved keywords to use them as identifiers
    |
 LL |     let r#while = "foo";
-   |         ^^^^^^^
+   |         ~~~~~~~
 
 error: aborting due to previous error