mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 19:37:09 +00:00
More derive output improvements This PR includes: - Some test improvements. - Some cosmetic changes to derive output that make the code look more like what a human would write. - Some more fundamental improvements to `cmp` and `partial_cmp` generation. r? `@Mark-Simulacrum`