Function rustc_query_impl::make_query::mir_const [−][src]
pub fn mir_const<'tcx>(
tcx: QueryCtxt<'tcx>,
key: mir_const<'tcx>
) -> QueryStackFrame
Expand description
Fetch the MIR for a given DefId
up till the point where it is
ready for const qualification.
See the README for the mir
module for details.