We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce85c98 commit a582919Copy full SHA for a582919
src/doc/rustc/src/targets/index.md
@@ -1,7 +1,10 @@
1
# Targets
2
3
`rustc` is a cross-compiler by default. This means that you can use any compiler to build for any
4
-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
5
+the [Platform Support](../platform-support.md) page for a detailed list of targets, or
6
+[Built-in Targets](built-in.md) for instructions on how to view what is available for your version
7
+of `rustc`.
8
9
To see all the options that you can set with a target, see the docs
10
[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/struct.Target.html).
0 commit comments