We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea3404 commit bc2eba1Copy full SHA for bc2eba1
src/doc/src/reference/unstable.md
@@ -254,6 +254,13 @@ cargo test --target foo -Zdoctest-xcompile
254
## Build-plan
255
* Tracking Issue: [#5579](https://github.com/rust-lang/cargo/issues/5579)
256
257
+<div class="warning">
258
+
259
+> The build-plan feature is deprecated and may be removed in a future version.
260
+> See <https://github.com/rust-lang/cargo/issues/7614>.
261
262
+</div>
263
264
The `--build-plan` argument for the `build` command will output JSON with
265
information about which commands would be run without actually executing
266
anything. This can be useful when integrating with another build tool.
0 commit comments