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