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