blob: 46f2393cd832e8d11e9b9dafa6514eff1ee465b1 [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 here
error: aborting due to previous error