about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fast_thread_local.rs
blob: 31d0bd1e72ed2056806846c362a4e98b1d3a1307 (plain)
1
2
3
4
#![unstable(feature = "thread_local_internals", issue = "0")]
#![cfg(target_thread_local)]

pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;