rust/compiler/rustc_parse/src/parser
bors 74a11c63f8 Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa
Improve diagnostics for wrongly ordered keywords in function declaration

Fix #87217

`@rustbot` label A-diagnostics T-compiler
2021-08-08 22:28:01 +00:00
..
attr_wrapper.rs parser: Ensure that all nonterminals have tokens after parsing 2021-06-06 14:21:12 +03:00
attr.rs Recover from a misplaced inner doc comment 2021-07-02 11:47:26 -05:00
diagnostics.rs Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
expr.rs Require parentheses to avoid confusions around labeled break and loop expressions 2021-07-31 19:10:58 +02:00
generics.rs Require passing an AttrWrapper to collect_tokens_trailing_token 2021-02-13 12:07:15 -05:00
item.rs Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa 2021-08-08 22:28:01 +00:00
mod.rs Suggest a path separator if a stray colon is found in a match arm 2021-07-14 01:15:59 +02:00
nonterminal.rs Suggest a path separator if a stray colon is found in a match arm 2021-07-14 01:15:59 +02:00
pat.rs Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
path.rs Fix handling of unmatched angle brackets in parser 2021-06-05 00:31:28 +02:00
stmt.rs Add support for using qualified paths with structs in expression and pattern 2021-06-10 13:18:41 +02:00
ty.rs Recover from &dyn mut ... parse errors 2021-07-02 17:07:32 +02:00