Feature gate: #![feature(ip_in_core)]
This is a tracking issue for RFC rust-lang/rfcs#2832, providing networking types in core::net: IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, Ipv6MulticastScope and AddrParseError.
Steps / History
Feature gate:
#![feature(ip_in_core)]This is a tracking issue for RFC rust-lang/rfcs#2832, providing networking types in
core::net:IpAddr,Ipv4Addr,Ipv6Addr,SocketAddr,SocketAddrV4,SocketAddrV6,Ipv6MulticastScopeandAddrParseError.Steps / History
core#104265Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩