fn find_deprecation_generic<'a, I>( sess: &Session, attrs_iter: I) -> Option<(Deprecation, Span)>where I: Iterator<Item = &'a Attribute>,