mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
interpret/validity: debug-check ScalarPair layout information This would have caught https://github.com/rust-lang/rust/issues/96158. I ran the Miri test suite and it still passes. r? `@oli-obk`