Function rustc_query_impl::make_query::mir_const [−][src]
pub fn mir_const<'tcx>(
tcx: QueryCtxt<'tcx>,
key: mir_const<'tcx>
) -> QueryStackFrameExpand 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.