about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-04-26 03:33:28 -0700
committerJosh Triplett <josh@joshtriplett.org>2021-04-26 03:33:28 -0700
commit42033df1d4a9b5e16f034f06aa750317894e514d (patch)
treefc27fa04dcd3633ca370fcff61852b979432f406
parentdc455a338e43bd745e87123b4e46dab9a0b95a49 (diff)
downloadrust-42033df1d4a9b5e16f034f06aa750317894e514d.tar.gz
rust-42033df1d4a9b5e16f034f06aa750317894e514d.zip
Cross-reference target tier policy from platform-support
-rw-r--r--src/doc/rustc/src/platform-support.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md
index 25b56b96ed2..7f57d476aa9 100644
--- a/src/doc/rustc/src/platform-support.md
+++ b/src/doc/rustc/src/platform-support.md
@@ -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