about summary refs log tree commit diff
path: root/src/test/ui/consts/std/net/ip.rs
AgeCommit message (Collapse)AuthorLines
2020-11-26Move const ip in ui test to unit testDaiki Ihara-13/+0
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-0/+13
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.