mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
cf4ad6bf68
Fix the connect_error test on FreeBSD 15+ On FreeBSD 15, the error code returned in this situation changed. It's now ENETUNREACH. I think that error code is reasonable, and it's documented for connect(2), so we should expect that it might be returned.