Function rustc_typeck::lint::gather_attrsUnstable
[-] [+]
[src]
pub fn gather_attrs(attrs: &[Spanned<Attribute_>]) -> Vec<Result<(InternedString, Level, Span), Span>>
Parse the lint attributes into a vector, with Err
s for malformed lint
attributes. Writing this as an iterator is an enormous mess.