mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:05:53 +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.