mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 02:07:39 +00:00
Inline derived `hash` 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. r? `@ghost`