rust/compiler/rustc_parse/src
Jonas Schievink de8d7aa400
Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco
Fix span for incorrect pattern field and add label

Address #73750.
2020-10-02 20:27:16 +02:00
..
lexer use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
parser Fix span for incorrect pattern field and add label 2020-10-02 00:44:16 -07:00
lib.rs Fix recursive nonterminal expansion during pretty-print/reparse check 2020-09-28 19:14:42 -04:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00