Module rustc_passes::lib_features
source · Expand description
Detecting lib features (i.e., features that are not lang features).
These are declared using stability attributes (e.g., #[stable (..)] and #[unstable (..)]),
but are not declared in one single location (unlike lang features), which means we need to
collect them instead.