d0u9 / Linux-Device-Driver-Rust

A try to follow the rust port in Linux kernel in driver development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find Rust Support in General setup, maybe rustc build system is not detected. But rustup&rustc is installed.

ZechariahZheng opened this issue · comments

Try the stable rust:

rustup override set 1.57.0

I have updated the doc.

Thanks for your replying. I have found it!