pub fn cfg_matches(
    cfg: &MetaItemInner,
    sess: &Session,
    lint_emitter: impl CfgMatchesLintEmitter,
    features: Option<&Features>,
) -> boolExpand description
Tests if a cfg-pattern matches the cfg set
pub fn cfg_matches(
    cfg: &MetaItemInner,
    sess: &Session,
    lint_emitter: impl CfgMatchesLintEmitter,
    features: Option<&Features>,
) -> boolTests if a cfg-pattern matches the cfg set