Files
rust/src/librustc_parse
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-05-29 00:19:06 -04:00
2020-05-29 01:11:00 -04:00