toidiu 731f4efae5 stabalize infer outlives requirements (RFC 2093).
Co-authored-by: nikomatsakis
2018-09-11 11:40:04 -04:00

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