mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
68048199c9
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`