diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-08-16 23:37:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 23:37:26 +0200 |
| commit | 84ca374bcb758d50a9c9a6e22eaa212f0d34abf9 (patch) | |
| tree | 9e3a2d7d11419dd463afc7fece5773d0fea4b693 | |
| parent | 2dbb2f7420e72c848d71dcdf61e2a1117d97cc5d (diff) | |
| parent | 4ffb1ef90fb5c39edd4dbbce8316b541de07bc5a (diff) | |
| download | rust-84ca374bcb758d50a9c9a6e22eaa212f0d34abf9.tar.gz rust-84ca374bcb758d50a9c9a6e22eaa212f0d34abf9.zip | |
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
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 0bfe35ea861..6da0703beac 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -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+) @@ -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 |
