2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/explicit-struct.rs:4:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2018-12-25 09:56:47 -06:00
|
|
|
LL | / struct Foo<'b, U> { //~ ERROR rustc_outlives
|
2018-04-18 21:26:21 -05:00
|
|
|
LL | | bar: Bar<'b, U>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: U : 'b
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|