blob: fef4b882355970f8c14dc56b217a9867d4e51fca (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`
--> $DIR/empty-impl-semicolon.rs:13:9
|
LL | impl Foo; //~ ERROR expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`
| ^ expected one of 8 possible tokens here
error: aborting due to previous error
|