We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a3918 commit 980acc5Copy full SHA for 980acc5
src/building/new-target.md
@@ -174,8 +174,8 @@ compiler, you can use it instead of the JSON file for both arguments.
174
## Promoting a target from tier 2 (target) to tier 2 (host)
175
176
There are two levels of tier 2 targets:
177
- a) Targets that are only cross-compiled (`rustup target add`)
178
- b) Targets that [have a native toolchain][tier2-native] (`rustup toolchain install`)
+- Targets that are only cross-compiled (`rustup target add`)
+- Targets that [have a native toolchain][tier2-native] (`rustup toolchain install`)
179
180
[tier2-native]: https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-2-with-host-tools
181
0 commit comments