Files
rust/src/test/ui/parser/empty-impl-semicolon.rs
T

5 lines
71 B
Rust

struct Foo;
impl Foo; //~ ERROR expected `{}`, found `;`
fn main() {}