Code compiles on playground but fails when passed via stdin to rustc
Rust Internals [Unofficial]
June 20, 2026
MusicalNinjaDad:
If anyone has probes with a leading
#[deny(warnings)]then that could break with rather nasty consequences.
IMO Rust never guaranteed it wouldn't add more warnings for code that was warning-free, so if you use deny(warnings), you're opting-in to breakage.
Discussion in the ATmosphere