We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c707aaa commit 8c4d94aCopy full SHA for 8c4d94a
library/std/src/os/raw/tests.rs
@@ -1,3 +1,4 @@
1
+#![cfg(not(all(windows, target_env = "msvc")))]
2
use crate::any::TypeId;
3
4
macro_rules! ok {
0 commit comments