rust/tests/ui/parser/recover/recover-struct.rs
2023-11-16 16:58:41 +00:00

8 lines
99 B
Rust

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