fn main() { match 10 { ::Type(2) => (), //~^ ERROR unexpected `(` after qualified path _ => (), } }