blob: 8a91c44c5806e7cbe09793d91a4a3035953e1c46 [file] [log] [blame]
error: rustc_outlives
--> $DIR/projection.rs:4:1
|
LL | / struct Foo<'a, T: Iterator> {
LL | | bar: &'a T::Item
LL | | }
| |_^
|
= note: <T as std::iter::Iterator>::Item : 'a
error: aborting due to previous error