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