]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/keyword-continue-as-identifier.stderr
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / test / ui / parser / keyword-continue-as-identifier.stderr
index 2ec4b28c94e09eb249969306e69c56faf5ff062a..aed6be2089967738d73607645d3b0cc3b255af3f 100644 (file)
@@ -7,7 +7,7 @@ LL |     let continue = "foo";
 help: you can escape reserved keywords to use them as identifiers
    |
 LL |     let r#continue = "foo";
-   |         ^^^^^^^^^^
+   |         ~~~~~~~~~~
 
 error: aborting due to previous error