Files
rust/compiler/rustc_parse_format
Jonathan Brouwer b0760d1d8e Rollup merge of #156933 - madsravn:wrong-order-more, r=estebank
rustc_parse_format: improve the error diagnostic for `+` sign flag

Added a new parser diagnostic in rustc_parse_format that detects when the `+` sign flag is used without a preceding colon in a format string (e.g., `{+}`) and provides a helpful error message and suggestion to use `{:+}` instead.

r? estebank
2026-05-27 08:14:25 +02:00
..