rust/compiler/rustc_feature/src
bors 1a6c98e4d6 Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco
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-19 18:05:44 +00:00
..
accepted.rs Stablize non_ascii_idents feature. 2021-04-08 02:52:00 +08:00
active.rs Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth 2021-04-18 23:28:43 +00:00
builtin_attrs.rs Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco 2021-04-19 18:05:44 +00:00
lib.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
removed.rs Remove #[main] attribute. 2021-04-16 13:04:02 +08:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00