mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
cdb683f6e4
Remove SpecOptionPartialEq With the recent LLVM bump, the specialization for Option::partial_eq on types with niches is no longer necessary. I kept the manual implementation as it still gives us better codegen than the derive (will look at this seperately). Also implemented PartialOrd/Ord by hand as it _somewhat_ improves codegen for #49892: https://godbolt.org/z/vx5Y6oW4Y |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |