Files
rust/src/test/ui/parser/recover-struct.rs
Esteban Küber d6ea6b972d fix tidy
2019-05-31 13:50:04 -07:00

8 lines
99 B
Rust

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