Skip to content

Commit

Permalink
Auto merge of #84583 - joshtriplett:target-tier-policy, r=pietroalbini
Browse files Browse the repository at this point in the history
Add the target tier policy from accepted RFC 2803
  • Loading branch information
bors committed Apr 26, 2021
2 parents 8212de8 + 42033df commit 154858c
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/doc/rustc/src/SUMMARY.md
Expand Up @@ -13,6 +13,7 @@
- [JSON Output](json.md)
- [Tests](tests/index.md)
- [Platform Support](platform-support.md)
- [Target Tier Policy](target-tier-policy.md)
- [Targets](targets/index.md)
- [Built-in Targets](targets/built-in.md)
- [Custom Targets](targets/custom.md)
Expand Down
3 changes: 2 additions & 1 deletion src/doc/rustc/src/platform-support.md
Expand Up @@ -7,7 +7,8 @@
</style>

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

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

0 comments on commit 154858c

Please sign in to comment.