mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 14:20:39 +00:00
Insta-stabilize the methods `is_ipv4` and `is_ipv6` of `IpAddr`. Possible because of the recent stabilization of const control flow. Also adds a test for these methods in a const context.