blob: 965a8a45aedeaf4aa2449b58cf8c065ddc650021 (
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; //~ ERROR expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`
| ^ expected one of 8 possible tokens here
error: aborting due to previous error
|