[][src]Type Definition rustc_ap_syntax::ast::CrateConfig

type CrateConfig = HashSet<(Symbol, Option<Symbol>), BuildHasherDefault<FxHasher>>;

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