Skip to content

Commit 154858c

Browse files
committed
Auto merge of rust-lang#84583 - joshtriplett:target-tier-policy, r=pietroalbini
Add the target tier policy from accepted RFC 2803
2 parents 8212de8 + 42033df commit 154858c

File tree

3 files changed

+642
-1
lines changed

3 files changed

+642
-1
lines changed

src/doc/rustc/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [JSON Output](json.md)
1414
- [Tests](tests/index.md)
1515
- [Platform Support](platform-support.md)
16+
- [Target Tier Policy](target-tier-policy.md)
1617
- [Targets](targets/index.md)
1718
- [Built-in Targets](targets/built-in.md)
1819
- [Custom Targets](targets/custom.md)

src/doc/rustc/src/platform-support.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</style>
88

99
Support for different platforms are organized into three tiers, each with a
10-
different set of guarantees.
10+
different set of guarantees. For more information on the policies for targets
11+
at each tier, see the [Target Tier Policy](target-tier-policy.md).
1112

1213
Platforms are identified by their "target triple" which is the string to
1314
inform the compiler what kind of output should be produced. The columns in the

0 commit comments

Comments
 (0)