mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
b6ab1fae73
interp/validity: enforce Scalar::Initialized This is a follow-up to https://github.com/rust-lang/rust/pull/94527, to also account for the new kind of `Scalar` layout inside the validity checker. r? `@oli-obk`