]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-field-let.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / removed-syntax-field-let.stderr
index 0d15151b7d4517c0ac9873b6b08a71c033df553c..7de2c730a70696ee86fd1aca3c3d9803bb0fda22 100644 (file)
@@ -3,11 +3,6 @@ error: expected identifier, found keyword `let`
    |
 LL |     let foo: (),
    |     ^^^ expected identifier, found keyword
-   |
-help: you can escape reserved keywords to use them as identifiers
-   |
-LL |     r#let foo: (),
-   |     ^^^^^
 
 error: expected `:`, found `foo`
   --> $DIR/removed-syntax-field-let.rs:2:9