Closed
Description
I was writing a generic argument parse validator for my program, which involved matching errors from FromStr::parse. After constraining the error type to Error, I ran into an issue when creating a validator for parsing IP addresses:
main.rs:48:24: 48:47 error: the trait `std::error::Error` is not implemented for the type
`std::net::parser::AddrParseError` [E0277]
Metadata
Metadata
Assignees
Labels
No labels