Where to Ask Questions About Kernel Rust
The Rust-for-Linux project runs a chat space for questions and a mailing list for patches and design discussion, plus a website listing both. Asking in the right place, with the exact command you ran and the exact error, usually gets an answer from the people who wrote the code. Asking in a general forum usually does not, because very few people work on this. Knowing where the experts actually are turns a week-long block into an afternoon.
Questions this Concept answers
- Why does asking a kernel Rust question on a large general programming forum usually fail?
Rust for Linux
Very few people work on Rust in the Linux kernel, so asking in the right place matters. This page is the project's own guide to that: questions and beginner help go to its Zulip chat, while patches a…