1 2 3 4 5 6 7 8
// error-pattern:explicit panic fn main() { let _x = match true { false => 0, true => panic!(), }; }