9 lines
146 B
Rust
9 lines
146 B
Rust
// compile-flags: -Z continue-parse-after-error
|
|
|
|
fn main() {
|
|
enum Test {
|
|
Very
|
|
Bad //~ ERROR found `Bad`
|
|
Stuff
|
|
}
|
|
}
|