Module rustc_mir_transform::pass_manager
source · Structs
- An adapter for
MirLint
s that implementsMirPass
.
Traits
- Just like
MirPass
, except it cannot mutateBody
.
Functions
- The optional
phase_change
is applied after executing all the passes, if present - Run the sequence of passes without validating the MIR after each pass. The MIR is still validated at the end.