Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-dead

Const Compare for Tuples

Makes the impls for Tuples of ~const `PartialEq` types also `PartialEq`, impls for Tuples of ~const `PartialOrd` types also `PartialOrd`, for Tuples of ~const `Ord` types also `Ord`.

behind the `#![feature(const_cmp)]` gate.

~~Do not merge before #104113 is merged because I want to use this feature to clean up the new test that I added there.~~

r? ``@fee1-dead``
This commit is contained in:
Dylan DPC 2022-11-09 19:21:25 +05:30 committed by GitHub
commit 670db72341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

Diff content is not available