diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-03 20:45:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 20:45:01 +0100 |
| commit | 7a0fc8e35eb3ba2b5eb48a4abfc4bf53b5fb0181 (patch) | |
| tree | f816b1399e63b3e185aec71b2cf12fc2e2315cd2 | |
| parent | 041f6668b5d9aacd742e6d501401ca0ab899ac1c (diff) | |
| parent | 70b608dad59d093ec18bd6863679b03f55c2fc9c (diff) | |
| download | rust-7a0fc8e35eb3ba2b5eb48a4abfc4bf53b5fb0181.tar.gz rust-7a0fc8e35eb3ba2b5eb48a4abfc4bf53b5fb0181.zip | |
Rollup merge of #108634 - SUPERCILEX:patch-1, r=JohnTitor
Add link to component dashboard It's a pain to find otherwise.
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index b2ce2bd529b..9eafa27e2b7 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -13,6 +13,8 @@ for targets at each tier, see the [Target Tier Policy](target-tier-policy.md). Targets are identified by their "target triple" which is the string to inform the compiler what kind of output should be produced. +Component availability is tracked [here](https://rust-lang.github.io/rustup-components-history/). + ## Tier 1 with Host Tools Tier 1 targets can be thought of as "guaranteed to work". The Rust project |
