rust/src/test/ui/parser/paren-after-qualified-path-in-match.stderr
2019-12-31 04:33:34 +01:00

11 lines
301 B
Plaintext

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
| |
| the qualified path
error: aborting due to previous error