Files
rust/src/librustc_parse/parser
Manish Goregaokar f4bbd0e607 Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor
Handle case of incomplete local ty more gracefully

When encountering a local binding with a type that isn't completed, the
parser will reach a `=` token. When this happen, consider the type
"complete" as far as the parser is concerned to avoid further errors
being emitted by parse recovery logic.
2020-07-15 11:01:26 -07:00
..
2020-07-15 09:01:35 +10:00
2020-07-15 09:01:35 +10:00
2020-07-01 13:40:46 +03:00