Home
last modified time | relevance | path

Searched refs:GatedCfg (Results 1 – 9 of 9) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-718.0.0/src/
H A Dbuiltin_attrs.rs21 pub type GatedCfg = (Symbol, Symbol, GateFn); typedef
24 const GATED_CFGS: &[GatedCfg] = &[
40 pub fn find_gated_cfg(pred: impl Fn(Symbol) -> bool) -> Option<&'static GatedCfg> { in find_gated_cfg() argument
H A Dlib.rs152 AttributeType, BuiltinAttribute, GatedCfg, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-722.0.0/src/
H A Dbuiltin_attrs.rs21 pub type GatedCfg = (Symbol, Symbol, GateFn); typedef
24 const GATED_CFGS: &[GatedCfg] = &[
40 pub fn find_gated_cfg(pred: impl Fn(Symbol) -> bool) -> Option<&'static GatedCfg> { in find_gated_cfg() argument
H A Dlib.rs152 AttributeType, BuiltinAttribute, GatedCfg, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP,
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_feature/src/
H A Dbuiltin_attrs.rs21 pub type GatedCfg = (Symbol, Symbol, GateFn); typedef
24 const GATED_CFGS: &[GatedCfg] = &[
40 pub fn find_gated_cfg(pred: impl Fn(Symbol) -> bool) -> Option<&'static GatedCfg> { in find_gated_cfg() argument
H A Dlib.rs152 AttributeType, BuiltinAttribute, GatedCfg, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_feature/src/
H A Dlib.rs153 AttributeType, BuiltinAttribute, GatedCfg, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP,
H A Dbuiltin_attrs.rs22 pub type GatedCfg = (Symbol, Symbol, GateFn); typedef
25 const GATED_CFGS: &[GatedCfg] = &[
42 pub fn find_gated_cfg(pred: impl Fn(Symbol) -> bool) -> Option<&'static GatedCfg> { in find_gated_cfg() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_attr/src/
H A Dbuiltin.rs6 use rustc_feature::{find_gated_cfg, is_builtin_attr_name, Features, GatedCfg};
479 fn gate_cfg(gated_cfg: &GatedCfg, cfg_span: Span, sess: &ParseSess, features: &Features) { in gate_cfg() argument