2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2022-06-29 21:33:18 -05:00
|
|
|
--> $DIR/nested-union.rs:4:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | union Foo<'a, T: Copy> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2020-01-24 14:04:17 -06:00
|
|
|
= note: T: 'a
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|