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