rust/compiler/rustc_data_structures/src/fingerprint
Tomasz Miąsko 1d64b59664 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.
2022-01-03 19:07:29 +01:00
..
tests.rs Make Fingerprint::combine_commutative associative 2022-01-03 19:07:29 +01:00