Function rustc_mir_transform::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.