]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/where_with_bound.stderr
Auto merge of #57327 - akash-fortanix:aa/update-compiler_builtins, r=kennytm
[rust.git] / src / test / ui / parser / where_with_bound.stderr
1 error: generic parameters on `where` clauses are reserved for future use
2   --> $DIR/where_with_bound.rs:1:19
3    |
4 LL | fn foo<T>() where <T>::Item: ToString, T: Iterator { }
5    |                   ^^^
6
7 error: aborting due to previous error
8