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