check_attr_crate_level

Function check_attr_crate_level 

Source
fn check_attr_crate_level<S: Stage>(
    cx: &mut AcceptContext<'_, '_, S>,
    span: Span,
) -> bool
Expand description

Checks that an attribute is used at the crate level. Returns true if valid.