rustc_mir_transform

Function run_analysis_cleanup_passes

Source
pub(crate) fn run_analysis_cleanup_passes<'tcx>(
    tcx: TyCtxt<'tcx>,
    body: &mut Body<'tcx>,
)
Expand description

After this series of passes, no lifetime analysis based on borrowing can be done.