819247f179
Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'" |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |
819247f179
Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'" |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |