Skip to content

Commit

Permalink
Document build-plan as being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 8, 2024
1 parent aea3404 commit bc2eba1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@ cargo test --target foo -Zdoctest-xcompile
## Build-plan
* Tracking Issue: [#5579](https://github.com/rust-lang/cargo/issues/5579)

<div class="warning">

> The build-plan feature is deprecated and may be removed in a future version.
> See <https://github.com/rust-lang/cargo/issues/7614>.
</div>

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.
Expand Down

0 comments on commit bc2eba1

Please sign in to comment.