Function rustc_mir_transform::mir_promoted

source ยท
pub(crate) fn mir_promoted(
    tcx: TyCtxt<'_>,
    def: LocalDefId,
) -> (&Steal<Body<'_>>, &Steal<IndexVec<Promoted, Body<'_>>>)
Expand description

Compute the main MIR body and the list of MIR bodies of the promoteds.