2020-03-21 22:40:05 -05:00
|
|
|
error: constraints in a path segment must come after generic arguments
|
|
|
|
--> $DIR/issue-32214.rs:3:24
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-01-06 09:33:05 -06:00
|
|
|
LL | pub fn test<W, I: Trait<Item=(), W> >() {}
|
2020-03-21 22:40:05 -05:00
|
|
|
| ^-------^^-^
|
|
|
|
| | |
|
|
|
|
| | this generic argument must come before the first constraint
|
|
|
|
| the first constraint is provided here
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|