error: rustc_outlives --> $DIR/cross-crate.rs:15:1 | LL | / struct Foo<'a, T> { //~ ERROR 15:1: 17:2: rustc_outlives LL | | bar: std::slice::IterMut<'a, T> LL | | } | |_^ | = note: T : 'a error: aborting due to previous error