diff options
| author | Philipp Oppermann <dev@phil-opp.com> | 2020-10-24 16:13:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-24 16:13:49 +0200 |
| commit | eb5db6ce4f7624ee63c0564f6fdaadc07d075d4c (patch) | |
| tree | 5e20ca6ba938d1eba50ceb1b5f4982b2a860ef6e | |
| parent | 11a7087cc18cce879a1f4728de7e86c5a989136d (diff) | |
| download | rust-eb5db6ce4f7624ee63c0564f6fdaadc07d075d4c.tar.gz rust-eb5db6ce4f7624ee63c0564f6fdaadc07d075d4c.zip | |
Link directly to `#build-std` anchor
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
| -rw-r--r-- | src/doc/rustc/src/targets/custom.md | 2 |
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 a53e1b017df..98e113a663b 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 the (unstable) [`build-std` feature](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html) of `cargo`. +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`. |
