The feature gate for the issue is `#![feature(string_u16_to_socket_addrs)]`. ### Steps <!-- Include each step required to complete the feature. Typically this is a PR implementing a feature, followed by a PR that stabilises the feature. However for larger features an implementation could be broken up into multiple PRs. --> - [x] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide]) - [x] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide]) [stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr [doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs ### Unresolved Questions none ### Implementation history <!-- Include a list of all the PRs that were involved in implementing the feature. --> - Initial implementation https://github.com/rust-lang/rust/pull/73007