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
repr(C), repr(i*) and repr(u*) enums with fields have had a stable layout for FFI for about 5 years now, and recently arbitrary enum discriminants on enums with fields were stabilized as well.
It would be great to support them in the CheckedBitPattern derive so that examples from that issue could be casted to/from bytes as expected, e.g.:
repr(C), repr(i*) and repr(u*) enums with fields have had a stable layout for FFI for about 5 years now, and recently arbitrary enum discriminants on enums with fields were stabilized as well.
It would be great to support them in the
CheckedBitPattern
derive so that examples from that issue could be casted to/from bytes as expected, e.g.:The text was updated successfully, but these errors were encountered: