rust/compiler/rustc_builtin_macros
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
..
src Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
Cargo.toml