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