Function rustc_passes::stability::check_unused_or_stable_features
source · pub fn check_unused_or_stable_features(tcx: TyCtxt<'_>)
Expand description
Given the list of enabled features that were not language features (i.e., that were expected to be library features), and the list of features used from libraries, identify activated features that don’t exist and error about them.