rust/compiler/rustc_parse/src
bors 09eff44889 Auto merge of #116645 - estebank:issue-116608, r=oli-obk
Detect ruby-style closure in parser

When parsing a closure without a body that is surrounded by a block, suggest moving the opening brace after the closure head.

Fix #116608.
2023-10-13 19:26:27 +00:00
..
lexer Reorder an expression to improve readability. 2023-10-12 08:46:15 +11:00
parser Auto merge of #116645 - estebank:issue-116608, r=oli-obk 2023-10-13 19:26:27 +00:00
errors.rs Detect missing => after match guard during parsing 2023-10-03 21:21:02 +00:00
lib.rs Use relative positions inside a SourceFile. 2023-09-03 12:56:10 +00:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00