mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
fbdb07f4e7
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`