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

error: aborting due to previous error