rustc_mir_transform

Module 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.