summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-impl-as-identifier.stderr
blob: 960a42df429e9a9098e165c37e2cc67a15bb0f1c (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"; //~ error: expected pattern, found keyword `impl`
   |         ^^^^ expected pattern

error: aborting due to previous error