mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
interpret/validity: separately control checking numbers for being init and non-ptr This lets Miri control this in a more fine-grained way. r? `@oli-obk`