rust/compiler/rustc_parse/src
Matthias Krüger 2b2360abb1
Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov
Recover from missing param list in function definitions

Addresses the other issue mentioned in #108109
2023-11-01 21:40:05 +01:00
..
lexer When encountering unclosed delimiters during parsing, check for diff markers 2023-10-30 00:56:46 +00:00
parser Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov 2023-11-01 21:40:05 +01:00
errors.rs Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov 2023-11-01 21:40:05 +01: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