We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-std
xargo
1 parent 2e8a54a commit 11a7087Copy full SHA for 11a7087
src/doc/rustc/src/targets/custom.md
@@ -14,4 +14,4 @@ To see it for a different target, add the `--target` flag:
14
$ rustc +nightly -Z unstable-options --target=wasm32-unknown-unknown --print target-spec-json
15
```
16
17
-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) of `cargo`.
0 commit comments