rustc_passes::stability

Function 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.