We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594838d commit 5218e24Copy full SHA for 5218e24
src/test/ui/threads-sendsync/issue-43733-2.rs
@@ -1,5 +1,5 @@
1
+// ignore-wasm32
2
// dont-check-compiler-stderr
-
3
#![feature(cfg_target_thread_local, thread_local_internals)]
4
5
// On platforms *without* `#[thread_local]`, use
src/test/ui/threads-sendsync/issue-43733.rs
@@ -1,8 +1,8 @@
// revisions: mir thir
// [thir]compile-flags: -Z thir-unsafeck
// normalize-stderr-test: "__FastLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
// normalize-stderr-test: "__OsLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
6
#![feature(thread_local)]
7
8
0 commit comments