]> git.lizzy.rs Git - rust.git/blob - src/libstd/sys/windows/fast_thread_local.rs
Rollup merge of #65144 - clarfon:moo, r=sfackler
[rust.git] / src / libstd / sys / windows / fast_thread_local.rs
1 #![unstable(feature = "thread_local_internals", issue = "0")]
2 #![cfg(target_thread_local)]
3
4 pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;