diff options
| author | Jan-Erik Rediger <janerik@fnordig.de> | 2021-08-09 16:09:11 +0200 |
|---|---|---|
| committer | Jan-Erik Rediger <janerik@fnordig.de> | 2021-08-09 16:09:47 +0200 |
| commit | cb19d836dc63a4e3c6cb3ac3b419097d8f5d87ff (patch) | |
| tree | 0739df0827925a864415e947610f78f67cf764bf | |
| parent | eaf6f463599df1f18da94a6965e216ea15795417 (diff) | |
| download | rust-cb19d836dc63a4e3c6cb3ac3b419097d8f5d87ff.tar.gz rust-cb19d836dc63a4e3c6cb3ac3b419097d8f5d87ff.zip | |
Proper table row formatting in platform support
Also moves the target into alphabetical order
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index b265760dc57..e344bf75bbb 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -115,6 +115,7 @@ The `std` column in the table below has the following meanings: target | std | notes -------|:---:|------- `aarch64-apple-ios` | ✓ | ARM64 iOS +[`aarch64-apple-ios-sim`](platform-support/aarch64-apple-ios-sim.md) | ✓ | Apple iOS Simulator on ARM64 `aarch64-fuchsia` | ✓ | ARM64 Fuchsia `aarch64-linux-android` | ✓ | ARM64 Android `aarch64-unknown-none-softfloat` | * | Bare ARM64, softfloat @@ -165,7 +166,6 @@ target | std | notes `wasm32-unknown-unknown` | ✓ | WebAssembly `wasm32-wasi` | ✓ | WebAssembly with WASI `x86_64-apple-ios` | ✓ | 64-bit x86 iOS -[`aarch64-apple-ios-sim`](platform-support/aarch64-apple-ios-sim.md) | ✓ | | Apple iOS Simulator on ARM64 `x86_64-fortanix-unknown-sgx` | ✓ | [Fortanix ABI] for 64-bit Intel SGX `x86_64-fuchsia` | ✓ | 64-bit Fuchsia `x86_64-linux-android` | ✓ | 64-bit x86 Android |
