]> git.lizzy.rs Git - rust.git/blob - tests/ui/where-clauses/where-for-self.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / where-clauses / where-for-self.stderr
1 error[E0316]: nested quantification of lifetimes
2   --> $DIR/where-for-self.rs:15:26
3    |
4 LL |     where for<'a> &'a T: for<'b> Bar<'b>
5    |                          ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0316`.