Link directly to #build-std anchor

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
Philipp Oppermann 2020-10-24 16:13:49 +02:00 committed by GitHub
parent 11a7087cc1
commit eb5db6ce4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.