From eb5db6ce4f7624ee63c0564f6fdaadc07d075d4c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 24 Oct 2020 16:13:49 +0200 Subject: [PATCH] Link directly to `#build-std` anchor Co-authored-by: Jonas Schievink --- src/doc/rustc/src/targets/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.