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

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