blob: fdd312f9b89c5f8bc34177fd8def3e2e6238ca9f [file] [log] [blame]
error: rustc_outlives
--> $DIR/reference.rs:14:1
|
LL | / struct Foo<'a, T> { //~ ERROR rustc_outlives
LL | | bar: &'a T,
LL | | }
| |_^
|
= note: T : 'a
error: aborting due to previous error