From bc2eba133342a9eb7ba6b127baaf80b86e82f33f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 8 Oct 2024 08:57:17 -0700 Subject: [PATCH] Document build-plan as being deprecated --- src/doc/src/reference/unstable.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 1b92ffbaf67..5eb4a5fc8af 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -254,6 +254,13 @@ cargo test --target foo -Zdoctest-xcompile ## Build-plan * Tracking Issue: [#5579](https://github.com/rust-lang/cargo/issues/5579) +
+ +> The build-plan feature is deprecated and may be removed in a future version. +> See . + +
+ The `--build-plan` argument for the `build` command will output JSON with information about which commands would be run without actually executing anything. This can be useful when integrating with another build tool.