Files
rust/tests
Usman Akinyemi b0e65da2af rustc_parse_format: improve error for missing : before ? in format args
Detect the `{ident?}` pattern where `?` is immediately followed by `}` and emit
a clearer diagnostic explaining that `:` is required for Debug formatting.
This avoids falling back to a generic “invalid format string” error and adds
a targeted UI test for the case.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-01-08 06:39:55 +05:30
..
2025-12-04 10:51:34 +01:00
2026-01-06 15:04:25 +00:00
2026-01-01 19:17:11 -05:00
2025-12-25 14:49:01 +03:00
2026-01-06 15:04:25 +00:00