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