aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rustdoc.md
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-02-14 08:46:56 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-02 15:43:15 +0300
commit7875bc226137c07ae7b8c3678bfb76999984b627 (patch)
tree4af96a32938bf2dc9c0721d771cdbae9d44e4675 /docs/markdown/snippets/rustdoc.md
parent6cc848dafdf5696430a0fa68b5717fb788e70820 (diff)
downloadmeson-7875bc226137c07ae7b8c3678bfb76999984b627.zip
meson-7875bc226137c07ae7b8c3678bfb76999984b627.tar.gz
meson-7875bc226137c07ae7b8c3678bfb76999984b627.tar.bz2
docs: add release notes for "ninja rustdoc"
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/markdown/snippets/rustdoc.md')
-rw-r--r--docs/markdown/snippets/rustdoc.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rustdoc.md b/docs/markdown/snippets/rustdoc.md
new file mode 100644
index 0000000..b0b64aa
--- /dev/null
+++ b/docs/markdown/snippets/rustdoc.md
@@ -0,0 +1,6 @@
+## Meson can run "rustdoc" on Rust projects
+
+Meson now defines a `rustdoc` target if the project
+uses the Rust programming language. The target runs rustdoc on all Rust
+sources, using the `rustdoc` program from the same Rust toolchain as the
+`rustc` compiler.