Files
rust/tests/ui/fmt
Usman Akinyemi 0061a2232d rustc_parse_format: improve diagnostics for unsupported debug = syntax
Detect Python-style f-string debug syntax in format strings and emit a
clear diagnostic explaining that it is not supported in Rust. When the
intended operation can be inferred, suggest the corresponding Rust
alternative e.g from `println!("{=}", x)` to `dbg!({x})`.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-02-06 00:44:03 +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-12-16 02:10:08 +09:00