mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 00:37:04 +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`