Files
rust/compiler/rustc_builtin_macros/src
Nicholas Nethercote 5b0324fce0 Inline derived hash function.
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.
2023-05-26 06:55:06 +10:00
..
2023-05-01 16:15:13 +08:00
2023-05-26 06:55:06 +10:00
2023-05-01 16:15:13 +08:00
2023-05-02 10:32:07 +00:00
2023-05-01 16:15:13 +08:00
2023-04-25 18:59:55 +01:00