macos, aarch64, and not(miri)
This commit is contained in:
parent
015ab659c2
commit
f4f515973e
@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(
|
#[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 = "ios",
|
||||||
target_os = "watchos"
|
target_os = "watchos"
|
||||||
))]
|
))]
|
||||||
@ -270,7 +270,7 @@ mod inner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(any(
|
#[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 = "ios",
|
||||||
target_os = "watchos"
|
target_os = "watchos"
|
||||||
)))]
|
)))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user