mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
3c17abc4d9
On cases of malformed format strings where a `{` hasn't been properly
escaped, like `println!("{");`, present a note explaining how to escape
the `{` char.