about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorPhilipp Oppermann <dev@phil-opp.com>2020-10-24 14:30:45 +0200
committerGitHub <noreply@github.com>2020-10-24 14:30:45 +0200
commit11a7087cc18cce879a1f4728de7e86c5a989136d (patch)
tree7c9d0ef191a532be01b5afe5c2341a47477f1bbc /src/doc/rustc
parent2e8a54af60df63034e41359acfc923e5c5769a91 (diff)
downloadrust-11a7087cc18cce879a1f4728de7e86c5a989136d.tar.gz
rust-11a7087cc18cce879a1f4728de7e86c5a989136d.zip
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.
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/targets/custom.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/targets/custom.md b/src/doc/rustc/src/targets/custom.md
index 0691afc60ea..a53e1b017df 100644
--- a/src/doc/rustc/src/targets/custom.md
+++ b/src/doc/rustc/src/targets/custom.md
@@ -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).
\ No newline at end of file
+To use a custom target, see the (unstable) [`build-std` feature](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html) of `cargo`.