We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c996 commit 8b6e346Copy full SHA for 8b6e346
src/doc/rustc/src/platform-support.md
@@ -57,7 +57,7 @@ Specifically, these platforms are required to have each of the following:
57
58
target | std | host | notes
59
-------|-----|------|-------
60
-`aarch64-apple-darwin` | ✓ | | ARM64 macOS (11.0+, Big Sur+)
+`aarch64-apple-darwin` | ✓ | ✓ | ARM64 macOS (11.0+, Big Sur+)
61
`aarch64-apple-ios` | ✓ | | ARM64 iOS
62
`aarch64-fuchsia` | ✓ | | ARM64 Fuchsia
63
`aarch64-linux-android` | ✓ | | ARM64 Android
0 commit comments