Function rustc_lint::middle::stability::check_unstable_api_usage [] [src]

pub fn check_unstable_api_usage(tcx: TyCtxt<'a, 'tcx, 'tcx>) -> HashMap<InternedStringStabilityLevelBuildHasherDefault<FnvHasher>>
Unstable (rustc_private)

Cross-references the feature names of unstable APIs with enabled features and possibly prints errors. Returns a list of all features used.