9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
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
|
|
|