rust/src/test/ui/parser/brace-after-qualified-path-in-match.stderr
2019-12-31 04:33:34 +01:00

11 lines
310 B
Plaintext

error: unexpected `{` after qualified path
--> $DIR/brace-after-qualified-path-in-match.rs:3:27
|
LL | <T as Trait>::Type{key: value} => (),
| ------------------^ unexpected `{` after qualified path
| |
| the qualified path
error: aborting due to previous error