Module rustc_mir_transform::remove_zsts

source ·
Expand description

Removes operations on ZST places, and convert ZST operands to constants.

Structs§

Functions§

  • maybe_zst 🔒
    A cheap, approximate check to avoid unnecessary layout_of calls.