rustc/tests/ui/parser/recover-struct.rs
2023-08-02 10:33:26 +02:00

8 lines
99 B
Rust

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