Skip to content

Commit 63cda3e

Browse files
committed
Auto merge of #150353 - llogiq:rustc-hash-refactor, r=eholk
refactor rustc-hash integration I found that rustc-hash is used in multiple compiler crates. Also some types use `FxBuildHasher` whereas others use `BuildHasherDefault<FxHasher>` (both do the same thing). In order to simplify future hashing experiments, I changed every location to use `rustc_data_structures::fx::*` types instead, and also removed the `BuildHasherDefault` variant. This will simplify future experiments with hashing (for example trying out a hasher that doesn't implement `Default` for whatever reason).
2 parents 003d326 + a6df6c4 commit 63cda3e

0 file changed

File tree

    0 commit comments

    Comments
     (0)