Skip to content

Commit 63e48cd

Browse files
authoredOct 25, 2020
Rollup merge of rust-lang#78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton
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.
2 parents 3e017c7 + eb5db6c commit 63e48cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/rustc/src/targets/custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ To see it for a different target, add the `--target` flag:
1414
$ rustc +nightly -Z unstable-options --target=wasm32-unknown-unknown --print target-spec-json
1515
```
1616

17-
To use a custom target, see [`xargo`](https://github.com/japaric/xargo).
17+
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 commit comments

Comments
 (0)
Please sign in to comment.