pub fn collect_validated_roots<'tcx>(
tcx: TyCtxt<'tcx>,
) -> UnordSet<MonoItem<'tcx>>Expand description
Find all validated mono roots. See the module docs. NOTE: returns an unordered set for query stability.
pub fn collect_validated_roots<'tcx>(
tcx: TyCtxt<'tcx>,
) -> UnordSet<MonoItem<'tcx>>Find all validated mono roots. See the module docs. NOTE: returns an unordered set for query stability.