mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-11 02:01:14 -04:00
fa6e163896
It used to just error on wrong transmutes, without any body tainting. That resulted in ICE during subsequent MIR optimizations. Fixed by tainting the body right before the MIR optimizations