gccrs
gccrs copied to clipboard
Figure out how to escape strings inside the format_args parser
More specifically, this is about un-escaping, and I don't know if it really is necessary: https://github.com/CohenArthur/rustc_format_parser/blob/master/generic_rustc_format_parser/src/lib.rs#L974-L982
The 1.49 version of rustc_format_parser does not do that, at least - so this is probably a non-issue, and definitely a non-blocker?