blob: 79460e01f257b001a75f66062a58c0bc56c2d945 [file] [log] [blame]
error: unexpected `(` after qualified path
--> $DIR/paren-after-qualified-path-in-match.rs:3:27
|
LL | <T as Trait>::Type(2) => (),
| ^ unexpected `(` after qualified path
error: aborting due to previous error