blob: e68f744555809d003660e505094477f320f47caf [file] [log] [blame]
error: generic parameters on `where` clauses are reserved for future use
--> $DIR/where_with_bound.rs:1:19
|
LL | fn foo<T>() where <T>::Item: ToString, T: Iterator { }
| ^^^
error: aborting due to previous error