]> git.proxmox.com Git - rustc.git/blob - tests/ui/where-clauses/where-for-self.stderr
New upstream version 1.68.2+dfsg1
[rustc.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`.