rust/tests/ui/parser/recover-struct.rs
2023-01-11 09:32:08 +00:00

8 lines
99 B
Rust

fn main() {
struct Test {
Very
Bad //~ ERROR found `Bad`
Stuff
}
}