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