pub(crate) fn mir_build<'tcx>(
    tcx: TyCtxtAt<'tcx>,
    def: LocalDefId
) -> Body<'tcx>
Expand description

Construct the MIR for a given DefId.