Function rustc_passes::stability::check_mod_unstable_api_usage
source ยท fn check_mod_unstable_api_usage(tcx: TyCtxt<'_>, module_def_id: LocalModDefId)
Expand description
Cross-references the feature names of unstable APIs with enabled features and possibly prints errors.