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
..
lexer Create new E0768 error code for "no valid digits found for number" error 2020-07-04 00:15:29 +02:00
parser Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor 2020-07-15 11:01:26 -07:00
Cargo.toml Revert "Fix rebase fallout" 2020-05-29 00:19:06 -04:00
lib.rs Fix missing import lost in revert 2020-05-29 01:11:00 -04:00
validate_attr.rs {rustc_parse -> rustc_expand}::config 2020-03-18 15:08:25 +01:00