We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac8ece commit 079913eCopy full SHA for 079913e
1 file changed
library/std/tests/windows_unix_socket.rs
@@ -1,4 +1,5 @@
1
#![cfg(windows)]
2
+#![cfg(not(miri))] // no socket support in Miri
3
#![feature(windows_unix_domain_sockets)]
4
// Now only test windows_unix_domain_sockets feature
5
// in the future, will test both unix and windows uds
0 commit comments