mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 20:08:41 +00:00
interpret: always enable write_immediate sanity checks Writing a wrongly-sized scalar somewhere can have quite confusing effects. Let's see how expensive it is to catch this early.