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 " ) ]
2
2
3
3
use crate :: os:: raw:: { c_char, c_int} ;
4
4
use 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 " ) ]
2
2
3
3
use core:: mem;
4
4
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 " ) ]
2
2
3
3
mod addr;
4
4
mod 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 " ) ]
2
2
3
3
use core:: mem;
4
4
use core:: time:: Duration ;
You can’t perform that action at this time.
0 commit comments