mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 14:50:38 +00:00
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`