Function rustc_mir_transform::mir_keys
source · pub(crate) fn mir_keys(tcx: TyCtxt<'_>, (): ()) -> FxIndexSet<LocalDefId>
Expand description
Finds the full set of DefId
s within the current crate that have
MIR associated with them.
pub(crate) fn mir_keys(tcx: TyCtxt<'_>, (): ()) -> FxIndexSet<LocalDefId>
Finds the full set of DefId
s within the current crate that have
MIR associated with them.