summary refs log tree commit diff
path: root/src/test/ui/parser/empty-impl-semicolon.stderr
blob: 46f2393cd832e8d11e9b9dafa6514eff1ee465b1 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`
  --> $DIR/empty-impl-semicolon.rs:1:9
   |
LL | impl Foo;
   |         ^ expected one of 8 possible tokens here

error: aborting due to previous error