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
It may be possible to create an unsized enum more safely using a union with ManuallyDrop values, a feature introduced in Rust 1.49/1.50. Investigate this possibility.
It may be possible to create an unsized enum more safely using a union with ManuallyDrop values, a feature introduced in Rust 1.49/1.50. Investigate this possibility.