about summary refs log tree commit diff
path: root/src/test/ui/closures/closure-move-sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/closures/closure-move-sync.rs')
-rw-r--r--src/test/ui/closures/closure-move-sync.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/ui/closures/closure-move-sync.rs b/src/test/ui/closures/closure-move-sync.rs
index 2f1e6c81ae5..87388247fbf 100644
--- a/src/test/ui/closures/closure-move-sync.rs
+++ b/src/test/ui/closures/closure-move-sync.rs
@@ -1,4 +1,7 @@
-// ignore-x86 FIXME: missing sysroot spans (#53081)
+// FIXME: missing sysroot spans (#53081)
+// ignore-i586-unknown-linux-gnu
+// ignore-i586-unknown-linux-musl
+// ignore-i686-unknown-linux-musl
 use std::thread;
 use std::sync::mpsc::channel;