mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
d7216bae23
Simplify and fix byte skipping in format! string parser Fixes '\\' handling in format strings. Fixes #83340