1 2 3 4 5 6 7
fn main() { match 10 { <T as Trait>::Type(2) => (), //~^ ERROR unexpected `(` after qualified path _ => (), } }