We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f275c commit 1291216Copy full SHA for 1291216
library/core/src/net/mod.rs
@@ -9,7 +9,7 @@
9
//! * [`SocketAddr`] represents socket addresses of either IPv4 or IPv6; [`SocketAddrV4`]
10
//! and [`SocketAddrV6`] are respectively IPv4 and IPv6 socket addresses
11
12
-#![unstable(feature = "ip_in_core", issue = "none")]
+#![unstable(feature = "ip_in_core", issue = "108443")]
13
14
#[stable(feature = "rust1", since = "1.0.0")]
15
pub use self::ip_addr::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
0 commit comments