blob: 3368e35d304f0f2b030def87794bca67c1deee51 [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