Function rustc_query_impl::make_query::mir_keys [−][src]
pub fn mir_keys<'tcx>(
tcx: QueryCtxt<'tcx>,
key: mir_keys<'tcx>
) -> QueryStackFrame
Expand description
Set of all the DefId
s in this crate that have MIR associated with
them. This includes all the body owners, but also things like struct
constructors.