Rust compiler support works differently
Rust compiler support works differently
Posted Dec 16, 2025 14:34 UTC (Tue) by farnz (subscriber, #17727)In reply to: Rust compiler support works differently by laarmen
Parent article: The state of the kernel Rust experiment
I've dug out some rather old code (written for 1.24, based on the rust-toolchain file), and it still builds quite happily with current nightly.
Do you have examples of crates that were written for older versions of rustc, didn't use unstable features, but that don't work with current rustc? I'm curious to see what's actually broken - I know about the changes to std::env::set_var, for example, and I'm wondering what else has broken over the last decade or so.
