gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Figure out how to escape strings inside the format_args parser

Open CohenArthur opened this issue 1 year ago • 1 comments

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

CohenArthur avatar Feb 06 '24 16:02 CohenArthur

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?

CohenArthur avatar Feb 19 '24 17:02 CohenArthur