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