mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 14:48:41 +00:00

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`