Skip to content

Commit 74c27ab

Browse files
authored
Rollup merge of #87881 - badboy:platform-support-formatting, r=ehuss
Proper table row formatting in platform support Also moves the target into alphabetical order
2 parents 91505d7 + cb19d83 commit 74c27ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ The `std` column in the table below has the following meanings:
115115
target | std | notes
116116
-------|:---:|-------
117117
`aarch64-apple-ios` | ✓ | ARM64 iOS
118+
[`aarch64-apple-ios-sim`](platform-support/aarch64-apple-ios-sim.md) | ✓ | Apple iOS Simulator on ARM64
118119
`aarch64-fuchsia` | ✓ | ARM64 Fuchsia
119120
`aarch64-linux-android` | ✓ | ARM64 Android
120121
`aarch64-unknown-none-softfloat` | * | Bare ARM64, softfloat
@@ -165,7 +166,6 @@ target | std | notes
165166
`wasm32-unknown-unknown` | ✓ | WebAssembly
166167
`wasm32-wasi` | ✓ | WebAssembly with WASI
167168
`x86_64-apple-ios` | ✓ | 64-bit x86 iOS
168-
[`aarch64-apple-ios-sim`](platform-support/aarch64-apple-ios-sim.md) | ✓ | | Apple iOS Simulator on ARM64
169169
`x86_64-fortanix-unknown-sgx` | ✓ | [Fortanix ABI] for 64-bit Intel SGX
170170
`x86_64-fuchsia` | ✓ | 64-bit Fuchsia
171171
`x86_64-linux-android` | ✓ | 64-bit x86 Android

0 commit comments

Comments
 (0)