Files
rust/tests/ui/fmt
Usman Akinyemi 76ad528d32 rustc_parse_format: improve diagnostics for unsupported python numeric grouping
Detect Python-style numeric grouping syntax in format strings (e.g. `{x:,}`)
and emit a clear diagnostic explaining that it is not supported in Rust.
This helps users coming from Python understand the error without exposing
the full set of valid Rust format specifiers.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-01-11 23:42:38 +05:30
..
2025-06-30 11:16:18 +05:00
2025-11-27 14:13:58 -05:00
2025-06-11 20:51:49 +05:00
2025-09-08 19:19:59 +02:00
2025-12-16 02:10:08 +09:00