diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-11-02 13:52:39 +0100 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-11-02 13:52:39 +0100 |
| commit | 10420ef94514b6319ab87442bfbc7fd465c3394b (patch) | |
| tree | 4d17e6fa01310d6bb891ae3d616f60e4cda86826 | |
| parent | 1aeb3f9cadd940825e1e0ce167a8852e0681c20d (diff) | |
| download | rust-10420ef94514b6319ab87442bfbc7fd465c3394b.tar.gz rust-10420ef94514b6319ab87442bfbc7fd465c3394b.zip | |
Point to platform-support/ for target-specific documentation
Explain that target-specific documentation should appear in a subdirectory of platform-support, with a link from the target's entry on the platform-support page.
| -rw-r--r-- | src/doc/rustc/src/target-tier-policy.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/rustc/src/target-tier-policy.md b/src/doc/rustc/src/target-tier-policy.md index 5f22ad2b16f..f82a8edd108 100644 --- a/src/doc/rustc/src/target-tier-policy.md +++ b/src/doc/rustc/src/target-tier-policy.md @@ -71,6 +71,12 @@ For a list of all supported targets and their corresponding tiers ("tier 3", "tier 2", "tier 2 with host tools", "tier 1", or "tier 1 with host tools"), see [platform support](platform-support.md). +Several parts of this policy require providing target-specific documentation. +Such documentation should typically appear in a subdirectory of the +platform-support section of this rustc manual, with a link from the target's +entry in [platform support](platform-support.md). See other documentation in +that directory for examples. + Note that a target must have already received approval for the next lower tier, and spent a reasonable amount of time at that tier, before making a proposal for promotion to the next higher tier; this is true even if a target meets the |
