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 4acb8ac commit 35f578fCopy full SHA for 35f578f
library/std/src/os/unix/net/addr.rs
@@ -159,7 +159,7 @@ impl SocketAddr {
159
///
160
/// assert!(SocketAddr::from_path("/path/with/\0/bytes").is_err());
161
/// ```
162
- #[unstable(feature = "unix_socket_creation", issue = "65275")]
+ #[unstable(feature = "unix_socket_creation", issue = "93423")]
163
pub fn from_path<P>(path: P) -> io::Result<SocketAddr>
164
where
165
P: AsRef<Path>,
0 commit comments