diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2023-02-24 19:32:28 -0800 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-02-26 13:50:10 +0100 |
| commit | 1291216ac986ccc1432bf0bf2db9545e5251dd24 (patch) | |
| tree | e80837609955f33fd03bdbb42a20a8118ebd4000 /library/core/src | |
| parent | 68f275c4ec8e756005b9584eddbdb41ccf454784 (diff) | |
| download | rust-1291216ac986ccc1432bf0bf2db9545e5251dd24.tar.gz rust-1291216ac986ccc1432bf0bf2db9545e5251dd24.zip | |
Add tracking issue
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/net/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/net/mod.rs b/library/core/src/net/mod.rs index f374f9111a3..31f5f5d3c22 100644 --- a/library/core/src/net/mod.rs +++ b/library/core/src/net/mod.rs @@ -9,7 +9,7 @@ //! * [`SocketAddr`] represents socket addresses of either IPv4 or IPv6; [`SocketAddrV4`] //! and [`SocketAddrV6`] are respectively IPv4 and IPv6 socket addresses -#![unstable(feature = "ip_in_core", issue = "none")] +#![unstable(feature = "ip_in_core", issue = "108443")] #[stable(feature = "rust1", since = "1.0.0")] pub use self::ip_addr::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope}; |
