blob: adf62651cacb16a9aef7c3149a1239532444c120 [file] [log] [blame]
error: rustc_outlives
--> $DIR/explicit-union.rs:6:1
|
LL | / union Foo<'b, U> {
LL | | bar: Bar<'b, U>
LL | | }
| |_^
|
= note: U : 'b
error: aborting due to previous error