rust/compiler/rustc_data_structures
Matthias Krüger 21ffe45631
Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoerister
Make `Fingerprint::combine_commutative` associative

The previous implementation swapped lower and upper 64-bits of a result
of modular addition, so the function was non-associative.

r? `@Aaron1011`
2022-02-02 19:34:01 +01:00
..
src Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoerister 2022-02-02 19:34:01 +01:00
Cargo.toml Use an indexmap to avoid sorting LocalDefIds 2022-01-22 22:34:16 -06:00