Type Definition rustc_ap_rustc_session::parse::CrateConfig[][src]

type CrateConfig = FxHashSet<(Symbol, Option<Symbol>)>;

The set of keys (and, optionally, values) that define the compilation environment of the crate, used to drive conditional compilation.