Skip to content

Commit

Permalink
Cross-reference target tier policy from platform-support
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Apr 26, 2021
1 parent dc455a3 commit 42033df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
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 42033df

Please sign in to comment.