You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For details about the Rust support, see https://github.com/Rust-for-Linux/linux.
35
35
36
36
For details about out-of-tree modules, see https://www.kernel.org/doc/html/latest/kbuild/modules.html.
37
+
38
+
## rust-analyzer
39
+
40
+
Rust for Linux supports building a `rust-project.json` configuration for [`rust-analyzer`](https://rust-analyzer.github.io/), including for out-of-tree modules:
41
+
42
+
```sh
43
+
make -C .../linux-with-rust-support M=`pwd` rust-analyzer
0 commit comments