pub(crate) fn mir_const(tcx: TyCtxt<'_>, def: LocalDefId) -> &Steal<Body<'_>>
Expand description

Make MIR ready for const evaluation. This is run on all MIR, not just on consts! FIXME(oli-obk): it’s unclear whether we still need this phase (and its corresponding query). We used to have this for pre-miri MIR based const eval.