731f4efae5
Co-authored-by: nikomatsakis
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
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
|
|
|