Open tmpolaczyk opened 1 year ago
Fix paritytech/polkadot-sdk#154
Implemented only for structs, not enums, because ordering enums requires the unstable feature core::intrinsics::discriminant_value.
core::intrinsics::discriminant_value
Description
Fix paritytech/polkadot-sdk#154
Implemented only for structs, not enums, because ordering enums requires the unstable feature
core::intrinsics::discriminant_value
.