|
|
|
|
|
by estebank
858 days ago
|
|
What you propose is exactly what's been done by the kernel. They are integrating the language in a non-mandatory way, to both exercise the kernel side and the language itself. The unstable features haven't been stabilized because either they have open questions on their implementation (and having a customer using them helps define them) or no-one has cared enough to complete them (and having a customer using them gives them the extra push). Either way what's happening now is exactly the process you are proposing. The article is about updating the Rust version the kernel targets where a feature they use (offset_of) was stabilized. |
|