Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'" |
||
|---|---|---|
| .. | ||
| convert.rs | ||
| decode.rs | ||
| methods.rs | ||
| mod.rs | ||
Fixes #83046 The program fn main() { println!("{:?}", '"'); println!("{:?}", "'"); } would previously print '\"' "\'" With this patch it now prints: '"' "'" |
||
|---|---|---|
| .. | ||
| convert.rs | ||
| decode.rs | ||
| methods.rs | ||
| mod.rs | ||