rust/src/libsyntax
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
..
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 01:42:54 -08:00
2019-02-07 15:03:20 +01:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00
2019-02-07 02:33:01 +09:00

The syntax crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs.

For more information about how these things work in rustc, see the rustc guide: