mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-06 03:05:31 +00:00
Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'"