Skip to content

Commit

Permalink
Rollup merge of rust-lang#104125 - ink-feather-org:const_cmp_tuples, …
Browse files Browse the repository at this point in the history
…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 rust-lang#104113 is merged because I want to use this feature to clean up the new test that I added there.~~

r? ``@fee1-dead``
  • Loading branch information
Dylan-DPC authored Nov 9, 2022
2 parents 05580e9 + 0c25e48 commit 0729c1b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0729c1b

Please sign in to comment.