Skip to content

Move IpAddr, SocketAddr and V4+V6 related types to core#104265

Merged
bors merged 3 commits intorust-lang:masterfrom
faern:move-ipaddr-to-core
Feb 27, 2023
Merged

Move IpAddr, SocketAddr and V4+V6 related types to core#104265
bors merged 3 commits intorust-lang:masterfrom
faern:move-ipaddr-to-core

Conversation

@faern
Copy link
Contributor

@faern faern commented Nov 10, 2022

Implements RFC rust-lang/rfcs#2832. The RFC has completed FCP with disposition merge, but is not yet merged.

Moves IP types to core as specified in the RFC.

The full list of moved types is: IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, Ipv6MulticastScope and AddrParseError.

Doing this move was one of the main driving arguments behind #78802.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.