]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/mismatched-braces/missing-close-brace-in-struct.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / mismatched-braces / missing-close-brace-in-struct.stderr
index ce399dbbf456dc266224bc6f4b45eab58b47de9f..15ce94a6d00fa955d853aa20fa6f577a7c9dab9a 100644 (file)
@@ -12,11 +12,6 @@ error: expected identifier, found keyword `trait`
    |
 LL | trait T {
    | ^^^^^ expected identifier, found keyword
-   |
-help: you can escape reserved keywords to use them as identifiers
-   |
-LL | r#trait T {
-   | ^^^^^^^
 
 error: expected `:`, found `T`
   --> $DIR/missing-close-brace-in-struct.rs:4:7