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