2018-07-02 23:09:01 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/cross-crate.rs:14:1
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
2018-08-27 23:46:08 -05:00
|
|
|
LL | / struct Foo<'a, T> { //~ ERROR 14:1: 16:2: rustc_outlives
|
2018-07-02 23:09:01 -05:00
|
|
|
LL | | bar: std::slice::IterMut<'a, T>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
2018-07-02 23:09:01 -05:00
|
|
|
= note: T : 'a
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|