Skip to content

Commit 11a7087

Browse files
authored
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.
1 parent 2e8a54a commit 11a7087

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) of `cargo`.

0 commit comments

Comments
 (0)