Rust compiler support works differently
Rust compiler support works differently
Posted Dec 15, 2025 13:03 UTC (Mon) by pizza (subscriber, #46)In reply to: Rust compiler support works differently by taladar
Parent article: The state of the kernel Rust experiment
> But the reason stable distros do that with other software is that most programs are not backwards compatible in the way the Rust compiler is.
That only applies if your code (and every crate it pulls in) doesn't use any "unstable" Rust features.
