about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/threads-sendsync/tls-dont-move-after-init.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/tls-dont-move-after-init.rs b/tests/ui/threads-sendsync/tls-dont-move-after-init.rs
index 2cd2a88a2c7..f986202ab89 100644
--- a/tests/ui/threads-sendsync/tls-dont-move-after-init.rs
+++ b/tests/ui/threads-sendsync/tls-dont-move-after-init.rs
@@ -1,7 +1,6 @@
 //@ run-pass
 #![allow(stable_features)]
 //@ needs-threads
-#![feature(thread_local_try_with)]
 
 use std::cell::Cell;
 use std::thread;