Files
Jonathan Brouwer e71e76c432 Rollup merge of #158681 - nnethercote:mir-derives-FIDDLING, r=oli-obk
Remove unnecessary `Hash` derives from MIR types

This starts with `StatementKind` and `TerminatorKind`; they don't need hashing. That then allows the removal of the `Hash` impl of various other types.

r? @dingxiangfei2009
2026-07-05 08:47:14 +02:00
..

For more information about how rustc works, see the rustc dev guide.