Skip to content

Commit

Permalink
Rollup merge of #84756 - badboy:toc-for-tier-policy, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GuillaumeGomez authored Apr 30, 2021
2 parents e721c9e + 308ac3b commit 4511013
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/doc/rustc/src/target-tier-policy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Target Tier Policy

## Table of Contents

* [General](#general)
* [Tier 3 target policy](#tier-3-target-policy)
* [Tier 2 target policy](#tier-2-target-policy)
* [Tier 2 with host tools](#tier-2-with-host-tools)
* [Tier 1 target policy](#tier-1-target-policy)
* [Tier 1 with host tools](#tier-1-with-host-tools)

## General

Rust provides three tiers of target support:

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

0 comments on commit 4511013

Please sign in to comment.