1 2 3 4 5 6 7
fn main() { let _ = match 0 { 0 => { 0 } + 5 //~ ERROR expected pattern, found `+` }; }