mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-24 16:41:51 -04:00
e71e76c432
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
For more information about how rustc works, see the rustc dev guide.