rust/src/test/ui/editions/auxiliary
Alex Crichton 003cab25d7 Generalize async_idents to all new keywords
This commit generalizes the existing `async_idents` lint to easily encompass
other identifiers that will be keywords in future editions. The new lint is
called `keyword_idents` and the old `async_idents` lint is registered as renamed
to this new lint.

As a proof of concept the `try` keyword was added to this list as it looks to be
listed as a keyword in the 2018 edition only. The `await` keyword was not added
as it's not listed as a keyword yet.

Closes #53077
2018-08-29 09:34:53 -07:00
..
edition-extern-crate-allowed.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-kw-macro-2015.rs Generalize async_idents to all new keywords 2018-08-29 09:34:53 -07:00
edition-kw-macro-2018.rs Generalize async_idents to all new keywords 2018-08-29 09:34:53 -07:00