Function rustc_mir_transform::mir_for_ctfe
source · pub(crate) fn mir_for_ctfe(tcx: TyCtxt<'_>, def_id: LocalDefId) -> &Body<'_>
Expand description
Compute the MIR that is used during CTFE (and thus has no optimizations run on it)
pub(crate) fn mir_for_ctfe(tcx: TyCtxt<'_>, def_id: LocalDefId) -> &Body<'_>
Compute the MIR that is used during CTFE (and thus has no optimizations run on it)