mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
13b2d604ec
Even though expression details are now stored in the info structure, we still need to inject `ExpressionUsed` statements into MIR, because if one is missing during codegen then we know that it was optimized out and we can remap all of its associated code regions to zero.