2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/projection.rs:4:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | struct Foo<'a, T: Iterator> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2020-09-02 02:40:56 -05:00
|
|
|
= note: <T as Iterator>::Item: 'a
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|