We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646b0b6 commit 6a7733aCopy full SHA for 6a7733a
src/libstd/net/addr.rs
@@ -495,9 +495,9 @@ mod tests {
495
assert!(tsa("localhost:23924").unwrap().contains(&a));
496
}
497
498
- // FIXME: figure out why this fails on bitrig and fix it
+ // FIXME: figure out why this fails on openbsd and bitrig and fix it
499
#[test]
500
- #[cfg(not(any(windows, target_os = "bitrig")))]
+ #[cfg(not(any(windows, target_os = "openbsd", target_os = "bitrig")))]
501
fn to_socket_addr_str_bad() {
502
assert!(tsa("1200::AB00:1234::2552:7777:1313:34300").is_err());
503
0 commit comments