@@ -115,6 +115,7 @@ target | std | rustc | cargo | notes
115115` x86_64-sun-solaris ` | ✓ | | | 64-bit Solaris 10/11, illumos
116116` x86_64-unknown-cloudabi ` | ✓ | | | 64-bit CloudABI
117117` x86_64-unknown-freebsd ` | ✓ | ✓ | ✓ | 64-bit FreeBSD
118+ ` x86_64-unknown-illumos ` | ✓ | ✓ | ✓ | illumos
118119` x86_64-unknown-linux-gnux32 ` | ✓ | | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
119120` x86_64-unknown-linux-musl ` | ✓ | ✓ | ✓ | 64-bit Linux with MUSL
120121` x86_64-unknown-netbsd ` | ✓ | ✓ | ✓ | NetBSD/amd64
@@ -129,6 +130,7 @@ not available.
129130
130131target | std | rustc | cargo | notes
131132-------|-----|-------|-------|-------
133+ ` aarch64-apple-darwin ` | ? | | | ARM64 macOS
132134` aarch64-apple-tvos ` | ** | | | ARM64 tvOS
133135` aarch64-unknown-cloudabi ` | ✓ | | | ARM64 CloudABI
134136` aarch64-unknown-freebsd ` | ✓ | ✓ | ✓ | ARM64 FreeBSD
@@ -184,6 +186,7 @@ target | std | rustc | cargo | notes
184186` thumbv7a-pc-windows-msvc ` | ? | | |
185187` thumbv7a-uwp-windows-msvc ` | ✓ | | |
186188` thumbv7neon-unknown-linux-musleabihf ` | ? | | | Thumb2-mode ARMv7a Linux with NEON, MUSL
189+ ` thumbv4t-none-eabi ` | * | | | ARMv4T T32
187190` x86_64-apple-ios-macabi ` | ✓ | | | Apple Catalyst
188191` x86_64-apple-tvos ` | ** | | | x86 64-bit tvOS
189192` x86_64-linux-kernel ` | ? | | | Linux kernel modules
@@ -193,7 +196,6 @@ target | std | rustc | cargo | notes
193196` x86_64-unknown-haiku ` | ✓ | ✓ | ✓ | 64-bit Haiku
194197` x86_64-unknown-hermit ` | ? | | |
195198` x86_64-unknown-hermit-kernel ` | ? | | | HermitCore kernel
196- ` x86_64-unknown-illumos ` | ✓ | | | illumos
197199` x86_64-unknown-l4re-uclibc ` | ? | | |
198200` x86_64-unknown-openbsd ` | ✓ | ✓ | ✓ | 64-bit OpenBSD
199201` x86_64-unknown-uefi ` | ? | | |
0 commit comments