diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-19 00:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 00:04:36 +0200 |
| commit | 79652d9cf0ced47cf808b28043e5dfcdd396cd25 (patch) | |
| tree | cc6c0b2dd36ad892ebf7d2540eb55486884a605e /src/doc | |
| parent | 6c7830e75dc15840e3f5787906fa570f922d267c (diff) | |
| parent | 4145596954c7ea313a9f9403044e05d57d175235 (diff) | |
| download | rust-79652d9cf0ced47cf808b28043e5dfcdd396cd25.tar.gz rust-79652d9cf0ced47cf808b28043e5dfcdd396cd25.zip | |
Merge pull request #2476 from rust-lang/tshepang-patch-1
fix markup
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/new-target.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/new-target.md b/src/doc/rustc-dev-guide/src/building/new-target.md index 8d323ba9646..e11a2cd8ee5 100644 --- a/src/doc/rustc-dev-guide/src/building/new-target.md +++ b/src/doc/rustc-dev-guide/src/building/new-target.md @@ -174,8 +174,8 @@ compiler, you can use it instead of the JSON file for both arguments. ## Promoting a target from tier 2 (target) to tier 2 (host) There are two levels of tier 2 targets: - a) Targets that are only cross-compiled (`rustup target add`) - 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`) [tier2-native]: https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-2-with-host-tools |
