mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPC
platform-support: Center the contents of the `std` and `host` columns Minor formatting improvement.
This commit is contained in:
commit
2cb9c6c2b4
@ -113,7 +113,7 @@ The `std` column in the table below has the following meanings:
|
||||
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html
|
||||
|
||||
target | std | notes
|
||||
-------|-----|-------
|
||||
-------|:---:|-------
|
||||
`aarch64-apple-ios` | ✓ | ARM64 iOS
|
||||
`aarch64-fuchsia` | ✓ | ARM64 Fuchsia
|
||||
`aarch64-linux-android` | ✓ | ARM64 Android
|
||||
@ -194,7 +194,7 @@ The `host` column indicates whether the codebase includes support for building
|
||||
host tools.
|
||||
|
||||
target | std | host | notes
|
||||
-------|-----|------|-------
|
||||
-------|:---:|:----:|-------
|
||||
`aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64
|
||||
`aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64
|
||||
`aarch64-apple-tvos` | * | | ARM64 tvOS
|
||||
|
Loading…
Reference in New Issue
Block a user