[−][src]Function rustc_ap_rustc_feature::find_gated_cfg
pub fn find_gated_cfg(
pred: impl Fn(Symbol) -> bool
) -> Option<&'static GatedCfg>
Find a gated cfg determined by the pred
icate which is given the cfg's name.
pub fn find_gated_cfg(
pred: impl Fn(Symbol) -> bool
) -> Option<&'static GatedCfg>
Find a gated cfg determined by the pred
icate which is given the cfg's name.