diff options
| author | Eric Huss <eric@huss.org> | 2022-03-05 07:50:40 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-03-05 07:50:40 -0800 |
| commit | 28bfc569745a1b2dcf5d358e38daa66380a53826 (patch) | |
| tree | cfcf8be24b87bc52b9fb10be8c8c1dc60f126643 /src | |
| parent | 5a7e4c6b5aa8f42bd56365fecf93cd1b6bf1d22f (diff) | |
| download | rust-28bfc569745a1b2dcf5d358e38daa66380a53826.tar.gz rust-28bfc569745a1b2dcf5d358e38daa66380a53826.zip | |
Update note about tier 2 docs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 4c05818440b..7a00b048a9b 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -73,7 +73,8 @@ Tier Policy. All tier 2 targets with host tools support the full standard library. -**NOTE:** Tier 2 targets currently do not build the `rust-docs` component. +**NOTE:** The `rust-docs` component is not usually built for tier 2 targets, +so Rustup may install the documentation for a similar tier 1 target instead. target | notes -------|------- @@ -114,7 +115,8 @@ The `std` column in the table below has the following meanings: [`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html -**NOTE:** Tier 2 targets currently do not build the `rust-docs` component. +**NOTE:** The `rust-docs` component is not usually built for tier 2 targets, +so Rustup may install the documentation for a similar tier 1 target instead. target | std | notes -------|:---:|------- |
