2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/projection.rs:14:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
|
|
|
LL | / struct Foo<'a, T: Iterator> { //~ ERROR rustc_outlives
|
|
|
|
LL | | bar: &'a T::Item
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: <T as std::iter::Iterator>::Item : 'a
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|