Code compiles on playground but fails when passed via stdin to rustc
Rust Internals [Unofficial]
June 12, 2026
kpreid:
and each one would gain a new warning unless modified to set the edition.
The various suites can set default flags, so you could add a -Z flag to not do that warning that's passed by default. (Or if it's a lint just the existing allow-a-lint flag.)
Discussion in the ATmosphere