rust/tests/ui/parser/misspelled-keywords/match.rs

6 lines
77 B
Rust

fn main() {
let a = 10;
matche a {}
//~^ ERROR expected one of
}