Closed

Description
I tried this code:
"0xac.000000000000000000331.0246.174".parse::<Ipv4Addr>.unwrap()
I expected to see this happen: OK
Instead, this happened: It panicked and failed.
IP addresses can contain different representations in every chunk, the IP address is completely valid. For eg. running ping
on it, is completely fine.