]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-62326-parameter-out-of-range.stderr
Don't use spaces before type ascription like colons
[rust.git] / src / test / ui / generic-associated-types / issue-62326-parameter-out-of-range.stderr
1 error[E0280]: the requirement `for<'a> <Self as Iterator>::Item<'a>: 'a` is not satisfied
2   --> $DIR/issue-62326-parameter-out-of-range.rs:6:1
3    |
4 LL |   trait Iterator {
5    |   ^-------------
6    |   |
7    |  _required by `Iterator`
8    | |
9 LL | |
10 LL | |     type Item<'a>: 'a;
11 LL | | }
12    | |_^
13
14 error: aborting due to previous error
15