1 2 3 4 5 6 7
fn main() { match 42 { x < 7 => (), //~^ error: expected one of `=>`, `@`, `if`, or `|`, found `<` _ => () } }