Building Rust-for-Linux on stable Rust
Building Rust-for-Linux on stable Rust
Posted Sep 24, 2024 18:51 UTC (Tue) by mb (subscriber, #50428)In reply to: Building Rust-for-Linux on stable Rust by sam_c
Parent article: Committing to Rust in the kernel
>Extensions do get used but that is once the compilers agree
That's pretty much not true historically.
For most of the time Linux just used what gcc provided as an extension and didn't care about anything else or whether it was "mature enough".
>and the kernel always has fallbacks for older GCC
Distributions used to ship special versions of gcc just for the kernel.
