We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3785e commit 70f78b3Copy full SHA for 70f78b3
src/libtest/lib.rs
@@ -42,7 +42,7 @@ use term;
42
// libtest won't be fully functional on these platforms.
43
//
44
// See also: https://github.com/rust-lang/rust/issues/54190#issuecomment-422904437
45
-#[cfg(not(any(all(windows, target_arch = "aarch64"), all(windows, target_arch = "arm"))))]
+#[cfg(not(all(windows, any(target_arch = "aarch64", target_arch = "arm"))))]
46
extern crate panic_unwind;
47
48
pub use self::ColorConfig::*;
0 commit comments