mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

A lot of the types in this crate implemented HashStable directly to avoid circular dependencies. One way around that is to use HashStable_Generic. We adopt that here to avoid a lot of boilerplate. This doesn't update all the types, because some would require `I: Interner + HashStable`.