]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/projection.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / rfc-2093-infer-outlives / projection.stderr
1 error: rustc_outlives
2   --> $DIR/projection.rs:4:1
3    |
4 LL | struct Foo<'a, T: Iterator> {
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: <T as Iterator>::Item: 'a
8
9 error: aborting due to previous error
10