File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
library/std/src/os/windows/net Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- #![ unstable( feature = "windows_unix_domain_sockets" , issue = "none " ) ]
1+ #![ unstable( feature = "windows_unix_domain_sockets" , issue = "56533 " ) ]
22
33use crate :: os:: raw:: { c_char, c_int} ;
44use crate :: path:: Path ;
Original file line number Diff line number Diff line change 1- #![ unstable( feature = "windows_unix_domain_sockets" , issue = "none " ) ]
1+ #![ unstable( feature = "windows_unix_domain_sockets" , issue = "56533 " ) ]
22
33use core:: mem;
44
Original file line number Diff line number Diff line change 1- #![ unstable( feature = "windows_unix_domain_sockets" , issue = "none " ) ]
1+ #![ unstable( feature = "windows_unix_domain_sockets" , issue = "56533 " ) ]
22
33mod addr;
44mod listener;
Original file line number Diff line number Diff line change 1- #![ unstable( feature = "windows_unix_domain_sockets" , issue = "none " ) ]
1+ #![ unstable( feature = "windows_unix_domain_sockets" , issue = "56533 " ) ]
22
33use core:: mem;
44use core:: time:: Duration ;
You can’t perform that action at this time.
0 commit comments