rust/src/test/ui/parser/brace-after-qualified-path-in-match.stderr

9 lines
263 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: unexpected `{` after qualified path
--> $DIR/brace-after-qualified-path-in-match.rs:3:27
2018-10-20 23:36:17 +03:00
|
LL | <T as Trait>::Type{key: value} => (),
| ^ unexpected `{` after qualified path
error: aborting due to previous error