From 7875bc226137c07ae7b8c3678bfb76999984b627 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 14 Feb 2025 08:46:56 +0100 Subject: docs: add release notes for "ninja rustdoc" Signed-off-by: Paolo Bonzini --- docs/markdown/snippets/rustdoc.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/rustdoc.md (limited to 'docs/markdown/snippets/rustdoc.md') 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. -- cgit v1.1