You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unions with `impl Copy` and `ManuallyDrop` fields have been stabilized
by [rust-lang/rust#77547][1] back in 2020, making enabling the feature
already unnecessary for us. A few more field types have been added to
the allowlist later by [rust-lang/rust#97995][2], which also removed the
feature as there was no intent to stabilize more field types.
[1]: rust-lang/rust#77547
[2]: rust-lang/rust#97995
0 commit comments