diff options
| author | Trevor Gross <tmgross@umich.edu> | 2022-12-30 18:06:13 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2022-12-30 18:06:13 -0500 |
| commit | a582919b66346945f4283ded1bca68f94845115d (patch) | |
| tree | 85d825e83030525108316d67c380d6f29b3318b4 /src/doc/rustc | |
| parent | ce85c98575e3016cf2007d90a85be321e592aa96 (diff) | |
| download | rust-a582919b66346945f4283ded1bca68f94845115d.tar.gz rust-a582919b66346945f4283ded1bca68f94845115d.zip | |
Added link from Targets to Platform Support in the book
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/targets/index.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/rustc/src/targets/index.md b/src/doc/rustc/src/targets/index.md index 5859df83f64..f291cde2e5a 100644 --- a/src/doc/rustc/src/targets/index.md +++ b/src/doc/rustc/src/targets/index.md @@ -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). |
