mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
7454b29efc
Fixes https://github.com/rust-lang/rust/issues/62301, a regression in 1.36.0 which was caused by hashbrown using `NonZero<T>` where the older hashmap used `Unique<T>`.