rust/src/test/ui/parser/issue-32214.stderr

11 lines
325 B
Plaintext
Raw Normal View History

2020-03-27 06:39:10 +00:00
error: generic arguments must come before the first constraint
--> $DIR/issue-32214.rs:3:34
2018-10-20 20:36:17 +00:00
|
LL | pub fn test<W, I: Trait<Item=(), W> >() {}
2020-03-27 06:39:10 +00:00
| ------- ^
| |
| the first constraint is provided here
2018-10-20 20:36:17 +00:00
error: aborting due to previous error