Function rustc_parse::validate_attr::is_attr_template_compatible[][src]

fn is_attr_template_compatible(
    template: &AttributeTemplate,
    meta: &MetaItemKind
) -> bool
Expand description

Checks that the given meta-item is compatible with this AttributeTemplate.