2017-12-03 12:14:36 -06:00
|
|
|
warning: not reporting region error due to -Znll
|
2017-12-05 12:15:23 -06:00
|
|
|
--> $DIR/projection-no-regions-fn.rs:24:5
|
2017-12-03 12:14:36 -06:00
|
|
|
|
|
|
|
|
24 | Box::new(x.next())
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: not reporting region error due to -Znll
|
2017-12-05 12:15:23 -06:00
|
|
|
--> $DIR/projection-no-regions-fn.rs:40:5
|
2017-12-03 12:14:36 -06:00
|
|
|
|
|
|
|
|
40 | Box::new(x.next())
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2017-12-15 16:04:48 -06:00
|
|
|
error: `<T as std::iter::Iterator>::Item` does not outlive `'_#4r`
|
2017-12-05 12:15:23 -06:00
|
|
|
--> $DIR/projection-no-regions-fn.rs:24:5
|
2017-12-03 12:14:36 -06:00
|
|
|
|
|
|
|
|
24 | Box::new(x.next())
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2017-12-15 16:04:48 -06:00
|
|
|
error: `<T as std::iter::Iterator>::Item` does not outlive `'_#5r`
|
2017-12-05 12:15:23 -06:00
|
|
|
--> $DIR/projection-no-regions-fn.rs:40:5
|
2017-12-03 12:14:36 -06:00
|
|
|
|
|
|
|
|
40 | Box::new(x.next())
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|