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