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
#42 added support for deriving Zeroable on unions, but it requires that all fields implement Zeroable. That is not necessary, only one field is required to implement Zeroable.