macos, aarch64, and not(miri)
This commit is contained in:
parent
015ab659c2
commit
f4f515973e
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
|
|||
}
|
||||
|
||||
#[cfg(any(
|
||||
all(target_os = "macos", not(target_arch = "aarch64")),
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
|
||||
target_os = "ios",
|
||||
target_os = "watchos"
|
||||
))]
|
||||
|
@ -270,7 +270,7 @@ mod inner {
|
|||
}
|
||||
|
||||
#[cfg(not(any(
|
||||
all(target_os = "macos", not(target_arch = "aarch64")),
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
|
||||
target_os = "ios",
|
||||
target_os = "watchos"
|
||||
)))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue