blob: f41520861627ab84c9558e001c53b0cbc64ec768 [file] [log] [blame]
fn main() {
match 10 {
<T as Trait>::Type{key: value} => (),
//~^ ERROR unexpected `{` after qualified path
_ => (),
}
}