blob: 3746bab4d549690ac5a80dc82939d688c25ff1ad [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