mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 19:47:28 +00:00
only check duplicates on old/unparsed attributes r? ``@JonathanBrouwer`` This was effectively already what we were doing, but this was implicit because `.name()` etc were just returning None when dealing with a parsed attribute.... this makes it explicit