]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/keyword-impl-as-identifier.stderr
Update upstream source from tag 'upstream/1.35.0+dfsg1'
[rustc.git] / src / test / ui / parser / keyword-impl-as-identifier.stderr
1 error: expected pattern, found keyword `impl`
2 --> $DIR/keyword-impl-as-identifier.rs:4:9
3 |
4 LL | let impl = "foo";
5 | ^^^^ expected pattern
6
7 error: aborting due to previous error
8