mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 22:16:09 +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`