Module rustc_mir_transform::remove_zsts
source · Expand description
Removes operations on ZST places, and convert ZST operands to constants.
Structs
- Replacer 🔒
Functions
- A cheap, approximate check to avoid unnecessary
layout_of
calls.
Removes operations on ZST places, and convert ZST operands to constants.
layout_of
calls.