fn main() { match 0 { 0 => { } + 5 //~ ERROR expected pattern, found `+` } }