mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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``````