Skip to content

Commit

Permalink
Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton
Browse files Browse the repository at this point in the history
Link to cargo's `build-std` feature instead of `xargo` in custom target docs

The `xargo` tool is in maintenance mode since 2018 and the `build-std` feature of cargo already works reasonably well for most use cases.
  • Loading branch information
JohnTitor committed Oct 25, 2020
2 parents 3e017c7 + eb5db6c commit 63e48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/targets/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ To see it for a different target, add the `--target` flag:
$ rustc +nightly -Z unstable-options --target=wasm32-unknown-unknown --print target-spec-json
```

To use a custom target, see [`xargo`](https://github.com/japaric/xargo).
To use a custom target, see the (unstable) [`build-std` feature](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std) of `cargo`.

0 comments on commit 63e48cd

Please sign in to comment.