← Back to context

Comment by bryanlarsen

1 day ago

Rust is behind a flag that defaults off, so it's only broken for people who flip the flag.

More generally, the Linux kernel and its build system are pretty modular in spite of being maintained in a single repo, so a bug somewhere usually isn't a showstopper for everyone, everywhere. Code that won't compile only affects configurations that try to compile that code. No real-world configs could enable compiling every optional piece of code in the kernel tree.