mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
185f7dc044
Cleanup of attribute parsing errors Removes the specific `UnknownMetaItem` and `IllFormedAttributeInputLint` errors. Note that `IllFormedAttributeInputLint` is not a lint, contrary to its name r? ``````@jdonszelmann``````