mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
545ee6fe6b
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