Skip to content

Commit 25118db

Browse files
authored
Rollup merge of rust-lang#115055 - Kriskras99:master, r=ehuss
Fix table issues in platform support documentation (closes rust-lang#115047) mdBook needs an empty line before and after the table block. In addition, in the tier-3 list three targets forgot about the host column and therefore showed the notes in the host column. Closes rust-lang#115047
2 parents 8a10d2a + dfbac25 commit 25118db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/doc/rustc/src/platform-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ target | std | host | notes
271271
`i686-uwp-windows-gnu` | ? | |
272272
`i686-uwp-windows-msvc` | ? | |
273273
`i686-wrs-vxworks` | ? | |
274-
[`loongarch64-unknown-none`](platform-support/loongarch-none.md) | * | LoongArch64 Bare-metal (LP64D ABI)
275-
[`loongarch64-unknown-none-softfloat`](platform-support/loongarch-none.md) | * | LoongArch64 Bare-metal (LP64S ABI)
274+
[`loongarch64-unknown-none`](platform-support/loongarch-none.md) | * | | LoongArch64 Bare-metal (LP64D ABI)
275+
[`loongarch64-unknown-none-softfloat`](platform-support/loongarch-none.md) | * | | LoongArch64 Bare-metal (LP64S ABI)
276276
[`m68k-unknown-linux-gnu`](platform-support/m68k-unknown-linux-gnu.md) | ? | | Motorola 680x0 Linux
277277
`mips-unknown-linux-uclibc` | ✓ | | MIPS Linux with uClibc
278278
[`mips64-openwrt-linux-musl`](platform-support/mips64-openwrt-linux-musl.md) | ? | | MIPS64 for OpenWrt Linux MUSL
@@ -321,7 +321,7 @@ target | std | host | notes
321321
`thumbv7a-pc-windows-msvc` | ? | |
322322
`thumbv7a-uwp-windows-msvc` | ✓ | |
323323
`thumbv7neon-unknown-linux-musleabihf` | ? | | Thumb2-mode ARMv7-A Linux with NEON, MUSL
324-
[`wasm32-wasi-preview1-threads`](platform-support/wasm32-wasi-preview1-threads.md) | ✓ | WebAssembly with WASI Preview 1 and threads
324+
[`wasm32-wasi-preview1-threads`](platform-support/wasm32-wasi-preview1-threads.md) | ✓ | | WebAssembly with WASI Preview 1 and threads
325325
[`wasm64-unknown-unknown`](platform-support/wasm64-unknown-unknown.md) | ? | | WebAssembly
326326
`x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst on x86_64
327327
[`x86_64-apple-tvos`](platform-support/apple-tvos.md) | ? | | x86 64-bit tvOS

src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ TEEOS is a mini os run in TrustZone, for trusted/security apps. The kernel of TE
88
It's very small that there is no RwLock, no network, no stdin, and no file system for apps in TEEOS.
99

1010
Some abbreviation:
11+
1112
| Abbreviation | The full text | Description |
1213
| ---- | ---- | ---- |
1314
| TEE | Trusted Execution Environment | ARM TrustZone divides the system into two worlds/modes -- the secure world/mode and the normal world/mode. TEE is in the secure world/mode. |

0 commit comments

Comments
 (0)