summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/rust-2024.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rust-2024.md b/docs/markdown/snippets/rust-2024.md
new file mode 100644
index 000000000..b1334d326
--- /dev/null
+++ b/docs/markdown/snippets/rust-2024.md
@@ -0,0 +1,5 @@
+## Support for Rust 2024
+
+Meson can now request the compiler to use the 2024 edition of Rust. Use
+`rust_std=2024` to activate it. Rust 2024 requires the 1.85.0 version
+(or newer) of the compiler.