2020-03-27 01:39:10 -05:00
|
|
|
error: generic arguments must come before the first constraint
|
|
|
|
--> $DIR/issue-32214.rs:3:34
|
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-27 01:39:10 -05:00
|
|
|
| ------- ^
|
|
|
|
| |
|
2020-03-21 22:40:05 -05:00
|
|
|
| the first constraint is provided here
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|