]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #92390 - fee1-dead-contrib:const_cmp, r=oli-obk
authorYuki Okushi <jtitor@2k36.org>
Mon, 25 Jul 2022 22:14:43 +0000 (07:14 +0900)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 22:14:43 +0000 (07:14 +0900)
commitc1647e10adb688cb9e5bb069946daa969d48f326
tree0524f7e510803349834fde89be3dd61817dd01ab
parentbdf520fd419cd4dea184332f57206f1cf5ca3e8f
parent65fca6db1949b2aa30a93b382b899a60bfddb132
Rollup merge of #92390 - fee1-dead-contrib:const_cmp, r=oli-obk

Constify a few `(Partial)Ord` impls

Only a few `impl`s are constified for now, as #92257 has not landed in the bootstrap compiler yet and quite a few impls would need that fix.

This unblocks #92228, which unblocks marking iterator methods as `default_method_body_is_const`.