Files
rust/src/test/ui/parser/empty-impl-semicolon.stderr
2019-11-06 17:26:20 -08:00

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