Code: ```Rust fn main() { true.then(|| { println! { "{}", 0 }; }); } ``` Error: ``` error[internal]: left behind trailing whitespace --> /playground/src/main.rs:2:2:19 | 2 | true.then(|| { | ^ | warning: rustfmt has failed to format. See previous 1 errors. ``` [Playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2024&gist=c3268303100857a9b3303e812425b56a) There are a lot of issues with "left behind trailing whitespace" but I couldn't find any sufficiently similar to this one. --- Tested on: 1.89 stable 1.91.0-nightly (2025-09-11)