Skip to content

Added link from Targets to Platform Support in the book #106312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/doc/rustc/src/targets/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Targets

`rustc` is a cross-compiler by default. This means that you can use any compiler to build for any
architecture. The list of *targets* are the possible architectures that you can build for.
architecture. The list of *targets* are the possible architectures that you can build for. See
the [Platform Support](../platform-support.md) page for a detailed list of targets, or
[Built-in Targets](built-in.md) for instructions on how to view what is available for your version
of `rustc`.

To see all the options that you can set with a target, see the docs
[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/struct.Target.html).
Expand Down