about summary refs log tree commit diff
path: root/src/test/ui/threads-sendsync/auxiliary
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-05-07 18:56:16 +0200
committerRalf Jung <post@ralfj.de>2021-05-09 14:29:31 +0200
commitbafc51e01aea45da746afaf51d5783f0409d605b (patch)
tree38493971e0ebc5c467e07cd2248b4b4ad5fae380 /src/test/ui/threads-sendsync/auxiliary
parent881c1ac408d93bb7adaa3a51dabab9266e82eee8 (diff)
remove const_fn feature gate
Diffstat (limited to 'src/test/ui/threads-sendsync/auxiliary')
-rw-r--r--src/test/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs b/src/test/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs
index b237b1c480e..4d3c4e8accd 100644
--- a/src/test/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs
+++ b/src/test/ui/threads-sendsync/auxiliary/thread-local-extern-static.rs
@@ -1,4 +1,4 @@
-#![feature(cfg_target_thread_local, const_fn, thread_local)]
+#![feature(cfg_target_thread_local, thread_local)]
 #![crate_type = "lib"]
 
 #[cfg(target_thread_local)]