2018-04-18 22:26:21 -04:00
|
|
|
error: rustc_outlives
|
2018-08-28 00:46:08 -04:00
|
|
|
--> $DIR/explicit-struct.rs:14:1
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
2018-08-28 00:46:08 -04:00
|
|
|
LL | / struct Foo<'b, U> { //~ ERROR 14:1: 16:2: rustc_outlives
|
2018-04-18 22:26:21 -04:00
|
|
|
LL | | bar: Bar<'b, U>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: U : 'b
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|