Skip to content

Commit 42a774b

Browse files
committed
Auto merge of #14657 - ehuss:deprecate-build-plan, r=epage
Document build-plan as being deprecated This adds a note to the build-plan documentation that it is deprecated. I do not think it will make any progress as it is. In the future, we should remove the feature (#7902), possibly with a code-warning ahead of time.
2 parents 9026f95 + bc2eba1 commit 42a774b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/doc/src/reference/unstable.md

+7
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,13 @@ cargo test --target foo -Zdoctest-xcompile
254254
## Build-plan
255255
* Tracking Issue: [#5579](https://github.com/rust-lang/cargo/issues/5579)
256256

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+
257264
The `--build-plan` argument for the `build` command will output JSON with
258265
information about which commands would be run without actually executing
259266
anything. This can be useful when integrating with another build tool.

0 commit comments

Comments
 (0)