We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7506228 commit 308ac3bCopy full SHA for 308ac3b
src/doc/rustc/src/target-tier-policy.md
@@ -1,5 +1,16 @@
1
# Target Tier Policy
2
3
+## Table of Contents
4
+
5
+* [General](#general)
6
+* [Tier 3 target policy](#tier-3-target-policy)
7
+* [Tier 2 target policy](#tier-2-target-policy)
8
+ * [Tier 2 with host tools](#tier-2-with-host-tools)
9
+* [Tier 1 target policy](#tier-1-target-policy)
10
+ * [Tier 1 with host tools](#tier-1-with-host-tools)
11
12
+## General
13
14
Rust provides three tiers of target support:
15
16
- Rust provides no guarantees about tier 3 targets; they exist in the codebase,
0 commit comments