Skip to content

Commit

Permalink
Rollup merge of rust-lang#87677 - amalik18:issue-2788-fix, r=pietroal…
Browse files Browse the repository at this point in the history
…bini

Adding explicit notice of lack of documentation for Tier 2 Platforms

Fixing: rust-lang/rustup#2788
  • Loading branch information
camsteffen committed Aug 15, 2021
2 parents 2d2bc94 + 4ffb1ef commit dc22db6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +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.

target | notes
-------|-------
`aarch64-apple-darwin` | ARM64 macOS (11.0+, Big Sur+)
Expand Down Expand Up @@ -112,6 +114,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.

target | std | notes
-------|:---:|-------
`aarch64-apple-ios` | ✓ | ARM64 iOS
Expand Down

0 comments on commit dc22db6

Please sign in to comment.