Files
rust/tests
Jonathan Brouwer af70d82355 Rollup merge of #150897 - Unique-Usman:ua/debug, r=estebank
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. `dbg!` for `{x=}`).
2026-02-09 23:37:47 +01:00
..
2026-01-19 21:50:29 +01:00
2026-01-30 19:15:24 -05:00
2026-02-08 11:06:42 +01:00