[][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 predicate which is given the cfg's name.