2018-10-20 15:36:17 -05:00
|
|
|
error: unexpected `(` after qualified path
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $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
|
|
|
|
|