1
Fork 0
rust/compiler/rustc_parse/src
Sasha 3524c3ef43 Improve recovery on malformed format call
If a comma in a format call is replaced with a similar token, then we
emit an error and continue parsing, instead of stopping at this point.
2020-09-02 13:18:19 +02:00
..
lexer mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
parser Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00