Module rustc_mir_transform::pass_manager
source · Structs
An adapter for
MirLint
s that implements MirPass
.Traits
Just like
MirPass
, except it cannot mutate Body
.Functions
Run the sequence of passes without validating the MIR after each pass. The MIR is still
validated at the end.