1
Fork 0
rust/compiler/rustc_feature
Tomasz Miąsko 985ae0b55b Match against attribute name when validating attributes
Extract attribute name once and match it against symbols that are being
validated, instead of using `Session::check_name` for each symbol
individually.

Assume that all validated attributes are used, instead of marking them
as such, since the attribute check should be exhaustive.
2021-04-11 00:00:00 +00:00
..
src Match against attribute name when validating attributes 2021-04-11 00:00:00 +00:00
Cargo.toml feature: replace lazy_static by SyncLazy from std 2020-09-01 22:06:47 +01:00