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