about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-03-05 12:53:15 -0500
committerGitHub <noreply@github.com>2022-03-05 12:53:15 -0500
commit7143bc301f99c90ad2d5c63c6b69aabfb6a0e9e7 (patch)
treea90f5e4d15a911dffcd539efd7dd8aee89ee3812
parent379e94f5a4aebe7dc2d8742653ca244d92b06f3d (diff)
parent28bfc569745a1b2dcf5d358e38daa66380a53826 (diff)
downloadrust-7143bc301f99c90ad2d5c63c6b69aabfb6a0e9e7.tar.gz
rust-7143bc301f99c90ad2d5c63c6b69aabfb6a0e9e7.zip
Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simulacrum
Update note about tier 2 docs.

As of #92800, docs are now available for tier-2 platforms.
-rw-r--r--src/doc/rustc/src/platform-support.md6
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
 -------|:---:|-------