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

error: aborting due to previous error