mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +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`