We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fff8ae1 + ab6cb01 commit ebd0ef9Copy full SHA for ebd0ef9
src/libstd/sys/unix/fast_thread_local.rs
@@ -10,7 +10,7 @@
10
// fallback implementation to use as well.
11
//
12
// Due to rust-lang/rust#18804, make sure this is not generic!
13
-#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "hermit", target_os = "redox",
+#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "redox",
14
target_os = "emscripten"))]
15
pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern fn(*mut u8)) {
16
use crate::mem;
0 commit comments