]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/brace-after-qualified-path-in-match.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / parser / brace-after-qualified-path-in-match.stderr
1 error: unexpected `{` after qualified path
2 --> $DIR/brace-after-qualified-path-in-match.rs:3:27
3 |
4 LL | <T as Trait>::Type{key: value} => (),
5 | ------------------^ unexpected `{` after qualified path
6 | |
7 | the qualified path
8
9 error: aborting due to previous error
10