]> git.proxmox.com Git - rustc.git/blame - src/test/ui/generic-associated-types/issue-62326-parameter-out-of-range.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / issue-62326-parameter-out-of-range.stderr
CommitLineData
dfeec247 1error[E0280]: the requirement `for<'a> <Self as Iterator>::Item<'a>: 'a` is not satisfied
74b04a01 2 --> $DIR/issue-62326-parameter-out-of-range.rs:7:20
dfeec247 3 |
74b04a01 4LL | trait Iterator {
ba9703b0 5 | -------- required by a bound in this
74b04a01 6LL | type Item<'a>: 'a;
ba9703b0 7 | ^^ required by this bound in `Iterator`
dfeec247
XL
8
9error: aborting due to previous error
10