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 9000091 commit 82cebaaCopy full SHA for 82cebaa
src/sys/unix.rs
@@ -997,7 +997,8 @@ impl crate::Socket {
997
feature = "all",
998
any(
999
target_os = "android",
1000
- target_os = "freebsd",
+ // TODO: add FreeBSD.
1001
+ // target_os = "freebsd",
1002
target_os = "fuchsia",
1003
target_os = "linux",
1004
)
tests/socket.rs
@@ -847,7 +847,8 @@ fn is_listener() {
847
848
849
850
851
852
853
854
0 commit comments