mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
remove Key impls for types that involve an AllocId I don't understand how but somehow that leads to issues like https://github.com/rust-lang/rust/issues/83085? Anyway removing unused impls doesn't seem like a bad idea. The concerning part is that of course nothing will stop us from having such impls again in the future, alongside re-introducing bugs like #83085. r? `@oli-obk`
For more information about how rustc works, see the rustc dev guide.