summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-impl-as-identifier.stderr
blob: 2672959b7c68ee53ac528be34d7f8cea0d18e78a (plain)
1
2
3
4
5
6
7
8
error: expected pattern, found keyword `impl`
  --> $DIR/keyword-impl-as-identifier.rs:4:9
   |
LL |     let impl = "foo";
   |         ^^^^ expected pattern

error: aborting due to previous error