Skip to content

Commit aff29df

Browse files
committed
Remove unneeded feature
1 parent 22c5e1d commit aff29df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/threads-sendsync/tls-dont-move-after-init.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ run-pass
22
#![allow(stable_features)]
33
//@ needs-threads
4-
#![feature(thread_local_try_with)]
54

65
use std::cell::Cell;
76
use std::thread;

0 commit comments

Comments
 (0)