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

9 lines
254 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: unexpected `(` after qualified path
--> $DIR/paren-after-qualified-path-in-match.rs:3:27
2018-10-20 15:36:17 -05:00
|
LL | <T as Trait>::Type(2) => (),
| ^ unexpected `(` after qualified path
error: aborting due to previous error