blob: 2485f5b8552020a256c7bbed7eb6a7a98d9827d4 [file] [log] [blame] [edit]
struct Foo;
impl Foo; //~ ERROR expected `{}`, found `;`
fn main() {}