]> git.lizzy.rs Git - rust.git/blob - tests/ui/where-clauses/where-for-self.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[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`.