mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

Tested in the simulator and on the device I had lying around, a 1st generation iPad Mini (which isn't Aarch64, but shows that the `sysctlbyname` calls still work even there, even if they return false). `sysctlbyname` _should_ be safe to use without causing rejections from the app store, as its usage is documented in: https://developer.apple.com/documentation/kernel/1387446-sysctlbyname/determining_instruction_set_characteristics Also, the standard library will use these soon anyhow, so this shouldn't affect the situation: https://github.com/rust-lang/rust/pull/129019
53 lines
1.5 KiB
TOML
53 lines
1.5 KiB
TOML
[assign]
|
|
|
|
[assign.owners]
|
|
"*" = ["@Amanieu"]
|
|
|
|
[ping.windows]
|
|
message = """\
|
|
Hey Windows Group! This issue could use some guidance on how it can be resolved
|
|
on Windows platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
|
|
"""
|
|
|
|
[ping.arm]
|
|
message = """\
|
|
Hey Arm-interested people! This issue could use some guidance on how it can be
|
|
resolved on Arm platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
|
|
"""
|
|
|
|
[ping.risc-v]
|
|
message = """\
|
|
Hey RISC-V Group! This issue could use some guidance on how it can be resolved
|
|
on RISC-V platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
|
|
"""
|
|
|
|
[ping.fuchsia]
|
|
message = """\
|
|
Hey friends of Fuchsia! This issue could use some guidance on how this should be
|
|
resolved/implemented on Fuchsia. Could one of you weigh in please?
|
|
Thanks!
|
|
"""
|
|
|
|
[ping.apple]
|
|
alias = ["macos", "ios", "tvos", "watchos", "visionos"]
|
|
message = """\
|
|
Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could
|
|
one of you weigh in please?
|
|
Thanks!
|
|
"""
|