Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum · rust-lang/rust@6de928d (original) (raw)

`@@ -136,6 +136,7 @@ so Rustup may install the documentation for a similar tier 1 target instead.

`

136

136

`target | std | notes

`

137

137

`-------|:---:|-------

`

138

138

`` aarch64-apple-ios | ✓ | ARM64 iOS

``

``

139

`` +

aarch64-apple-ios-macabi | ✓ | Mac Catalyst on ARM64

``

139

140

`` aarch64-apple-ios-sim | ✓ | Apple iOS Simulator on ARM64

``

140

141

`` aarch64-fuchsia | ✓ | Alias for aarch64-unknown-fuchsia

``

141

142

`` aarch64-unknown-fuchsia | ✓ | ARM64 Fuchsia

``

`@@ -196,6 +197,7 @@ target | std | notes

`

196

197

`` wasm32-wasip1 | ✓ | WebAssembly with WASI

``

197

198

`` wasm32-wasip1-threads | ✓ | WebAssembly with WASI Preview 1 and threads

``

198

199

`` x86_64-apple-ios | ✓ | 64-bit x86 iOS

``

``

200

`` +

x86_64-apple-ios-macabi | ✓ | Mac Catalyst on x86_64

``

199

201

`` x86_64-fortanix-unknown-sgx | ✓ | [Fortanix ABI] for 64-bit Intel SGX

``

200

202

`` x86_64-fuchsia | ✓ | Alias for x86_64-unknown-fuchsia

``

201

203

`` x86_64-unknown-fuchsia | ✓ | 64-bit x86 Fuchsia

``

`@@ -245,7 +247,6 @@ target | std | host | notes

`

245

247

`-------|:---:|:----:|-------

`

246

248

`` arm64e-apple-ios | ✓ | | ARM64e Apple iOS

``

247

249

`` arm64e-apple-darwin | ✓ | ✓ | ARM64e Apple Darwin

``

248

``

`` -

aarch64-apple-ios-macabi | ✓ | | Apple Catalyst on ARM64

``

249

250

`` aarch64-apple-tvos | ✓ | | ARM64 tvOS

``

250

251

`` aarch64-apple-tvos-sim | ✓ | | ARM64 tvOS Simulator

``

251

252

`` aarch64-apple-watchos | ✓ | | ARM64 Apple WatchOS

``

`@@ -371,7 +372,6 @@ target | std | host | notes

`

371

372

`` thumbv7neon-unknown-linux-musleabihf | ? | | Thumb2-mode Armv7-A Linux with NEON, musl 1.2.3

``

372

373

`` wasm32-wasip2 | ✓ | | WebAssembly

``

373

374

`` wasm64-unknown-unknown | ? | | WebAssembly

``

374

``

`` -

x86_64-apple-ios-macabi | ✓ | | Apple Catalyst on x86_64

``

375

375

`` x86_64-apple-tvos | ✓ | | x86 64-bit tvOS

``

376

376

`` x86_64-apple-watchos-sim | ✓ | | x86 64-bit Apple WatchOS simulator

``

377

377

`` x86_64-pc-nto-qnx710 | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS |

``