]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/keyword-impl-as-identifier.stderr
Merge branch 'debian/sid' into debian/experimental
[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:16:9
3 |
4 LL | let impl = "foo"; //~ error: expected pattern, found keyword `impl`
5 | ^^^^ expected pattern
6
7 error: aborting due to previous error
8