]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/paren-after-qualified-path-in-match.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / paren-after-qualified-path-in-match.stderr
1 error: unexpected `(` after qualified path
2   --> $DIR/paren-after-qualified-path-in-match.rs:3:27
3    |
4 LL |         <T as Trait>::Type(2) => (),
5    |                           ^ unexpected `(` after qualified path
6
7 error: aborting due to previous error
8