mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
21ffe45631
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`