mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
af63e3b39f
Revert "Forbid inlining `thread_local!`'s `__getit` function on Windows" Revert of #101368, fixes #104852. I'd rather not do this since that's a soundness fix and this is hitting some compiler bug, but I don't really know an alternative. r? `@ChrisDenton`