Function rustc_mir_build::build::mir_build
source ยท pub(crate) fn mir_build<'tcx>(
tcx: TyCtxtAt<'tcx>,
def: LocalDefId,
) -> Body<'tcx>
Expand description
Construct the MIR for a given DefId
.
pub(crate) fn mir_build<'tcx>(
tcx: TyCtxtAt<'tcx>,
def: LocalDefId,
) -> Body<'tcx>
Construct the MIR for a given DefId
.