Rust in the Linux kernel (Google security blog)
Rust in the Linux kernel (Google security blog)
Posted Apr 22, 2021 21:22 UTC (Thu) by hummassa (subscriber, #307)In reply to: Rust in the Linux kernel (Google security blog) by mathstuf
Parent article: Rust in the Linux kernel (Google security blog)
The following questions arise: Isn't a recent Rust compiler the minimum to compile Rust modules? Why should C++ be different?
Posted Apr 23, 2021 0:46 UTC (Fri)
by mathstuf (subscriber, #69389)
[Link]
Rust in the Linux kernel (Google security blog)
Various popular ones? Sure. Given that the kernel is likely in `no_std` land, the minimum is probably way lower than "typical" Rust is likely to have.