rust/src/libstd/sys/windows/fast_thread_local.rs

4 lines
174 B
Rust

#![unstable(feature = "thread_local_internals", issue = "0")]
#![cfg(target_thread_local)]
pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;