blob: 840676e796671c5f4ab3264dcf959a224747db8e [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 Iterator>::Item: 'a
error: aborting due to previous error