mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
d7216bae23
Simplify and fix byte skipping in format! string parser Fixes '\\' handling in format strings. Fixes #83340