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

11 lines
301 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) => (),
2019-12-30 20:36:45 -06:00
| ------------------^ unexpected `(` after qualified path
| |
| the qualified path
2018-10-20 15:36:17 -05:00
error: aborting due to previous error