fn check_attr_crate_level<S: Stage>(
cx: &mut AcceptContext<'_, '_, S>,
span: Span,
) -> boolExpand description
Checks that an attribute is used at the crate level. Returns true if valid.
fn check_attr_crate_level<S: Stage>(
cx: &mut AcceptContext<'_, '_, S>,
span: Span,
) -> boolChecks that an attribute is used at the crate level. Returns true if valid.