]> git.lizzy.rs Git - rust.git/blob - library/std/src/sys/windows/thread_local_dtor.rs
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[rust.git] / library / std / src / sys / windows / thread_local_dtor.rs
1 #![unstable(feature = "thread_local_internals", issue = "none")]
2 #![cfg(target_thread_local)]
3
4 pub use crate::sys_common::thread_local_dtor::register_dtor_fallback as register_dtor;