Skip to content

Commit 79652d9

Browse files
authored
Merge pull request #2476 from rust-lang/tshepang-patch-1
fix markup
2 parents 6c7830e + 4145596 commit 79652d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/building/new-target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ compiler, you can use it instead of the JSON file for both arguments.
174174
## Promoting a target from tier 2 (target) to tier 2 (host)
175175

176176
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`)
177+
- Targets that are only cross-compiled (`rustup target add`)
178+
- Targets that [have a native toolchain][tier2-native] (`rustup toolchain install`)
179179

180180
[tier2-native]: https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-2-with-host-tools
181181

0 commit comments

Comments
 (0)