pub(crate) fn mir_for_ctfe<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId
) -> &'tcx Body<'tcx>
Expand description

Compute the MIR that is used during CTFE (and thus has no optimizations run on it)