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

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

The set of MetaItems that define the compilation environment of the crate, used to drive conditional compilation.