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