rust/compiler
bors f8447b9638 Auto merge of #111963 - nnethercote:inline-derived-hash, r=lqd
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`
2023-05-29 00:25:54 +00:00
..
2023-05-02 10:45:16 -07:00
2023-05-28 15:54:52 +02:00
2023-05-01 16:15:13 +08:00
2023-05-26 15:18:54 -04:00
2023-05-21 11:25:07 +02:00