Skip to content

Commit 08b2a45

Browse files
authored
Rollup merge of rust-lang#84756 - badboy:toc-for-tier-policy, r=GuillaumeGomez
Add a ToC to the Target Tier Policy documentation The policy document is quite lengthy, I figured it might be good to have a quick way to jump to the specific tier policies.
2 parents fc850b6 + 308ac3b commit 08b2a45

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/doc/rustc/src/target-tier-policy.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Target Tier Policy
22

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+
314
Rust provides three tiers of target support:
415

516
- Rust provides no guarantees about tier 3 targets; they exist in the codebase,

0 commit comments

Comments
 (0)