blob: a42285a56d0890cb39d809e5494b26bd8bb9336a [file] [log] [blame]
error: rustc_outlives
--> $DIR/nested-union.rs:5:1
|
LL | / union Foo<'a, T: Copy> {
LL | | field1: Bar<'a, T>
LL | | }
| |_^
|
= note: T : 'a
error: aborting due to previous error