We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab44079 commit b63c455Copy full SHA for b63c455
Documentation/rust/general-information.rst
@@ -7,6 +7,14 @@ This document contains useful information to know when working with
7
the Rust support in the kernel.
8
9
10
+``no_std``
11
+----------
12
+
13
+The Rust support in the kernel can link only `core <https://doc.rust-lang.org/core/>`_,
14
+but not `std <https://doc.rust-lang.org/std/>`_. Crates for use in the
15
+kernel must opt into this behavior using the ``#![no_std]`` attribute.
16
17
18
Code documentation
19
------------------
20
0 commit comments