Constant syntax::feature_gate::GATED_CFGS[][src]

const GATED_CFGS: &[(&str, &str, fn(_: &Features) -> bool)] = &[("target_vendor", "cfg_target_vendor",
   {
       fn f(features: &Features) -> bool { loop  { } }
       f as fn(: &Features) -> bool
   }),
  ("target_thread_local", "cfg_target_thread_local",
   {
       fn f(features: &Features) -> bool { loop  { } }
       f as fn(: &Features) -> bool
   }),
  ("target_has_atomic", "cfg_target_has_atomic",
   {
       fn f(features: &Features) -> bool { loop  { } }
       f as fn(: &Features) -> bool
   })]
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?