rust/src/libsyntax/parse
bors 3315728c06 Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
Deduplicate mismatched delimiter errors

Delay unmatched delimiter errors until after the parser has run to deduplicate them when parsing and attempt recovering intelligently.

Second attempt at #54029, follow up to #53949. Fix #31528.
2019-02-09 20:15:57 +00:00
..
lexer Deduplicate mismatched delimiter errors 2019-02-07 01:41:30 -08:00
attr.rs libsyntax => 2018 2019-02-07 02:33:01 +09:00
classify.rs libsyntax => 2018 2019-02-07 02:33:01 +09:00
mod.rs unify error handling to single method 2019-02-07 01:42:54 -08:00
parser.rs Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk 2019-02-09 20:15:57 +00:00
token.rs Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk 2019-02-09 20:15:57 +00:00