Skip to content

Commit 10420ef

Browse files
committed
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.
1 parent 1aeb3f9 commit 10420ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc/rustc/src/target-tier-policy.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ For a list of all supported targets and their corresponding tiers ("tier 3",
7171
"tier 2", "tier 2 with host tools", "tier 1", or "tier 1 with host tools"), see
7272
[platform support](platform-support.md).
7373

74+
Several parts of this policy require providing target-specific documentation.
75+
Such documentation should typically appear in a subdirectory of the
76+
platform-support section of this rustc manual, with a link from the target's
77+
entry in [platform support](platform-support.md). See other documentation in
78+
that directory for examples.
79+
7480
Note that a target must have already received approval for the next lower tier,
7581
and spent a reasonable amount of time at that tier, before making a proposal
7682
for promotion to the next higher tier; this is true even if a target meets the

0 commit comments

Comments
 (0)