We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e770 commit 629142aCopy full SHA for 629142a
library/std/src/os/net/linux_ext/tests.rs
@@ -28,6 +28,7 @@ fn quickack() {
28
}
29
30
#[test]
31
+#[cfg(target_os = "linux")]
32
fn deferaccept() {
33
use crate::{
34
net::{test::next_test_ip4, TcpListener, TcpStream},
0 commit comments