rust/compiler/rustc_parse/src/parser
bors 467f5e99a5 Auto merge of #76580 - rokob:iss76011, r=estebank
Suggest async {} for async || {}

Fixes #76011

This adds support for adding help diagnostics to the feature gating checks and
then uses it for the async_closure gate to add the extra bit of help
information as described in the issue.
2021-01-12 02:56:51 +00:00
..
attr.rs rustc_parse: restore pub vis on parse_attribute 2020-11-26 12:54:09 -06:00
diagnostics.rs Implemented a compiler diagnostic for move async mistake 2020-12-21 12:57:08 +01:00
expr.rs Auto merge of #76580 - rokob:iss76011, r=estebank 2021-01-12 02:56:51 +00:00
generics.rs make const_generics_defaults use the unstable syntax mechanism 2021-01-01 11:01:01 +01:00
item.rs Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
mod.rs Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011 2021-01-09 22:19:46 +00:00
nonterminal.rs Implement edition-based macro pat feature 2020-12-30 09:57:49 -06:00
pat.rs Implement edition-based macro pat feature 2020-12-30 09:57:49 -06:00
path.rs first pass at default values for const generics 2021-01-01 10:55:10 +01:00
stmt.rs implement edition-specific :pat behavior for 2015/18 2020-12-19 07:13:36 -06:00
ty.rs Address review comments 2020-12-17 14:12:48 +01:00