Building Rust-for-Linux on stable Rust
Building Rust-for-Linux on stable Rust
Posted Sep 24, 2024 18:42 UTC (Tue) by sam_c (subscriber, #139836)In reply to: Building Rust-for-Linux on stable Rust by josh
Parent article: Committing to Rust in the kernel
Genuinely quite pleased to hear this as it's been causing us a lot of concern.
But I do wonder how this also isn't a sign that Rust isn't stable enough for use yet in the kernel? Nobody is adding dependencies on bleeding-edge GCC or Clang for unratified C features which may change at any point ("unstable"). Extensions do get used but that is once the compilers agree they're an interface and not subject to change, and the kernel always has fallbacks for older GCC and Clang where they're not available.