rustc_passes

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

Structsยง

Functionsยง