Skip to content

Commit 84ca374

Browse files
authored
Rollup merge of #87677 - amalik18:issue-2788-fix, r=pietroalbini
Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
2 parents 2dbb2f7 + 4ffb1ef commit 84ca374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustc/src/platform-support.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Tier Policy.
7373

7474
All tier 2 targets with host tools support the full standard library.
7575

76+
**NOTE:** Tier 2 targets currently do not build the `rust-docs` component.
77+
7678
target | notes
7779
-------|-------
7880
`aarch64-apple-darwin` | ARM64 macOS (11.0+, Big Sur+)
@@ -112,6 +114,8 @@ The `std` column in the table below has the following meanings:
112114

113115
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html
114116

117+
**NOTE:** Tier 2 targets currently do not build the `rust-docs` component.
118+
115119
target | std | notes
116120
-------|:---:|-------
117121
`aarch64-apple-ios` | ✓ | ARM64 iOS

0 commit comments

Comments
 (0)