You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ thread_local has destructor support built on platform primitives. Rust's #[thread_local] does not since it sits above the LLVM layer. This could be feature gated, but it is an important building block for fast TLS support.