[−][src]Function rustc_ap_rustc_attr::find_deprecation
pub fn find_deprecation(
sess: &ParseSess,
attrs: &[Attribute],
item_sp: Span
) -> Option<Deprecation>
Finds the deprecation attribute. None
if none exists.
pub fn find_deprecation(
sess: &ParseSess,
attrs: &[Attribute],
item_sp: Span
) -> Option<Deprecation>
Finds the deprecation attribute. None
if none exists.