Function rustc_attr::find_deprecation

source ยท
pub fn find_deprecation(
    sess: &Session,
    features: &Features,
    attrs: &[Attribute],
) -> Option<(Deprecation, Span)>
Expand description

Finds the deprecation attribute. None if none exists.