mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
9c7013c15c
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.