blob: 398eb5c898cddbe84a20d90b0078ceba6b38b3ff [file] [log] [blame]
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