diff options
Diffstat (limited to 'src/test/ui/threads-sendsync/sync-send-in-std.rs')
-rw-r--r-- | src/test/ui/threads-sendsync/sync-send-in-std.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/threads-sendsync/sync-send-in-std.rs b/src/test/ui/threads-sendsync/sync-send-in-std.rs index b8ae214dc..6d1fba64e 100644 --- a/src/test/ui/threads-sendsync/sync-send-in-std.rs +++ b/src/test/ui/threads-sendsync/sync-send-in-std.rs @@ -2,6 +2,7 @@ // ignore-wasm32-bare networking not available // ignore-sgx ToSocketAddrs cannot be used for DNS Resolution +// ignore-fuchsia Req. test-harness networking privileges use std::net::ToSocketAddrs; |