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