paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Implement OrdNoBound and PartialOrdNoBound for structs #14635

Open tmpolaczyk opened 1 year ago

tmpolaczyk commented 1 year ago

Description

Fix paritytech/polkadot-sdk#154

Implemented only for structs, not enums, because ordering enums requires the unstable feature core::intrinsics::discriminant_value.