1 2 3 4 5 6 7 8 9
// compile-flags: -Z continue-parse-after-error fn main() { enum Test { Very Bad //~ ERROR found `Bad` Stuff } }