mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-29 16:37:51 +00:00
Because most of the other derived functions are inlined: `clone`, `default`, `eq`, `partial_cmp`, `cmp`. The exception is `fmt`, but it tends to not be on hot paths as much.