mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
bc26f97394
Add test for stable hash uniqueness of adjacent field values This PR adds a simple test to check that stable hash will produce a different hash if the order of two values that have the same combined bit pattern changes. r? `@the8472`