1 2 3 4 5
// error-pattern:explicit failure fn main() { let x = match true { false => { 0 } true => { fail } }; }