2018-04-18 22:26:21 -04:00
|
|
|
error: rustc_outlives
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/self-structs.rs:4:1
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | / struct Foo<'a, 'b, T> {
|
2019-05-28 14:46:13 -04:00
|
|
|
LL | | field1: dyn Bar<'a, 'b, T>
|
2018-04-18 22:26:21 -04:00
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
2020-01-24 21:04:17 +01:00
|
|
|
= note: T: 'a
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|