1
Fork 0

Rollup merge of #87677 - amalik18:issue-2788-fix, r=pietroalbini

Adding explicit notice of lack of documentation for Tier 2 Platforms

Fixing: https://github.com/rust-lang/rustup/issues/2788
This commit is contained in:
Mara Bos 2021-08-16 23:37:26 +02:00 committed by GitHub
commit 84ca374bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,8 @@ Tier Policy.
All tier 2 targets with host tools support the full standard library. 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 target | notes
-------|------- -------|-------
`aarch64-apple-darwin` | ARM64 macOS (11.0+, Big Sur+) `aarch64-apple-darwin` | ARM64 macOS (11.0+, Big Sur+)
@ -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 [`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 target | std | notes
-------|:---:|------- -------|:---:|-------
`aarch64-apple-ios` | ✓ | ARM64 iOS `aarch64-apple-ios` | ✓ | ARM64 iOS