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