blob: 398eb5c898cddbe84a20d90b0078ceba6b38b3ff (
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
error: aborting due to previous error
|