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