We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
host
1 parent 716394d commit d459b5dCopy full SHA for d459b5d
src/doc/rustc/src/platform-support.md
@@ -113,7 +113,7 @@ The `std` column in the table below has the following meanings:
113
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html
114
115
target | std | notes
116
--------|-----|-------
+-------|:---:|-------
117
`aarch64-apple-ios` | ✓ | ARM64 iOS
118
`aarch64-fuchsia` | ✓ | ARM64 Fuchsia
119
`aarch64-linux-android` | ✓ | ARM64 Android
@@ -194,7 +194,7 @@ The `host` column indicates whether the codebase includes support for building
194
host tools.
195
196
target | std | host | notes
197
--------|-----|------|-------
+-------|:---:|:----:|-------
198
`aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64
199
`aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64
200
`aarch64-apple-tvos` | * | | ARM64 tvOS
0 commit comments