mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
87e8639d8d
Implement StableHash for BitSet and BitMatrix via Hash This fixes an issue where bit sets / bit matrices the same word content but a different domain size would receive the same hash.