Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead
Make slice comparisons const This needed a fix for `derive_const`, too, as it wasn't usable in libcore anymore as trait impls need const stability attributes. I think we can't use the same system as normal trait impls while `const_trait_impl` is still unstable. r? ```@fee1-dead``` cc rust-lang/rust#143800
M
Matthias Krüger committed
82fbbddf633f104cbfac6f388fa96e0b94971ad9
Committed by GitHub <noreply@github.com>
on 7/18/2025, 12:49:19 PM