diff options
| author | Xavier Claessens <xclaessens@netflix.com> | 2025-10-20 14:29:52 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2025-10-23 17:42:00 +0100 |
| commit | af4886d59cffa673305d94e19e40112a126c6e52 (patch) | |
| tree | 4f5db1689ed1762452987c41e148a3f339f46364 /docs/markdown | |
| parent | 81cf25fc0b6615f20b777cca4099b854c4cf2c3b (diff) | |
| download | meson-af4886d59cffa673305d94e19e40112a126c6e52.tar.gz | |
rust: Add rust_nightly feature option
This is used for project to require a nightly Rust compiler, and also
for Meson to enable nightly feature if available.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Builtin-options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 9ab2066fc..da9fc8d44 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -305,6 +305,7 @@ or compiler being used: | cpp_winlibs | see below | free-form comma-separated list | Standard Windows libs to link against | | fortran_std | none | [none, legacy, f95, f2003, f2008, f2018] | Fortran language standard to use | | rust_dynamic_std | false | true, false | Whether to link dynamically to the Rust standard library *(Added in 1.9.0)* | +| rust_nightly | auto | enabled, disabled, auto | Nightly Rust compiler (enabled=required, disabled=don't use nightly feature, auto=use nightly feature if available) *(Added in 1.10.0)* | | cuda_ccbindir | | filesystem path | CUDA non-default toolchain directory to use (-ccbin) *(Added in 0.57.1)* | The default values of `c_winlibs` and `cpp_winlibs` are in |
