rust/src/test/ui/parser/empty-impl-semicolon.stderr

10 lines
185 B
Text

error: expected `{}`, found `;`
--> $DIR/empty-impl-semicolon.rs:2:9
|
LL | impl Foo;
| ^
|
= help: try using `{}` instead
error: aborting due to previous error