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