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.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/ui/closures/closure-move-sync.rs b/src/test/ui/closures/closure-move-sync.rs
index 951a3bcb5f4..2f1e6c81ae5 100644
--- a/src/test/ui/closures/closure-move-sync.rs
+++ b/src/test/ui/closures/closure-move-sync.rs
@@ -1,5 +1,4 @@
-// ignore-x86
-// ^ due to stderr output differences
+// ignore-x86 FIXME: missing sysroot spans (#53081)
 use std::thread;
 use std::sync::mpsc::channel;