2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/reference.rs:14:1
|
2017-10-15 00:13:56 -05:00
|
|
|
|
|
2018-04-18 21:26:21 -05:00
|
|
|
LL | / struct Foo<'a, T> { //~ ERROR rustc_outlives
|
|
|
|
LL | | bar: &'a T,
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2017-10-15 00:13:56 -05:00
|
|
|
|
|
2018-04-18 21:26:21 -05:00
|
|
|
= note: T : 'a
|
2017-10-15 00:13:56 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|