mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
a57ca61784
Based on rust-lang/rust-clippy#15947 Simple change in this one. Lints are parsed into a map indexed by name in order to detect overlapping lint names. The panic message when a duplicate name is parsed is unhelpful right now. That will be fixed in a future PR along with improving all the other parsing errors. changelog: none