[][src]Function rustc_ap_rustc_parse::config::process_configure_mod

pub fn process_configure_mod(
    sess: &ParseSess,
    cfg_mods: bool,
    attrs: &[Attribute]
) -> (bool, Vec<Attribute>)

Process the potential cfg attributes on a module. Also determine if the module should be included in this configuration.