blob: 1da8e648251ad0d71ed6cad3e8995b7336f1fb1f [file] [log] [blame]
error: rustc_outlives
--> $DIR/cross-crate.rs:4:1
|
LL | / struct Foo<'a, T> {
LL | | bar: std::slice::IterMut<'a, T>
LL | | }
| |_^
|
= note: T: 'a
error: aborting due to previous error