about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-02-27 18:48:47 +0100
committerGitHub <noreply@github.com>2023-02-27 18:48:47 +0100
commitcf04603dca6c37366fb010a36dd05047f7b70b1e (patch)
tree9777a714795c748b98ee1f03e82b4f43d4876d86 /compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
parent7d782b7ff4d57170e110211565209ecc5bbb3907 (diff)
parent1291216ac986ccc1432bf0bf2db9545e5251dd24 (diff)
downloadrust-cf04603dca6c37366fb010a36dd05047f7b70b1e.tar.gz
rust-cf04603dca6c37366fb010a36dd05047f7b70b1e.zip
Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett
Move IpAddr, SocketAddr and V4+V6 related types to `core`

Implements RFC https://github.com/rust-lang/rfcs/pull/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.
Diffstat (limited to 'compiler/rustc_codegen_gcc/tools/generate_intrinsics.py')
0 files changed, 0 insertions, 0 deletions