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