mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 12:18:32 +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.