mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
93dc3be194
Expand the conditional compilation section to explain how to support other expressions, such as testing whether `RUSTC_VERSION` is at least a given version, which requires a numerical comparison that Rust's `cfg` predicates do not support (yet?). Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Tested-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20240902165535.1101978-7-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org> |
||
---|---|---|
.. | ||
arch-support.rst | ||
coding-guidelines.rst | ||
general-information.rst | ||
index.rst | ||
quick-start.rst | ||
testing.rst |