#[thread_local] + #[no_mangle] produces a "symbol already defined" error on Windows targets #134939
Labels
A-thread-locals
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
F-thread_local
`#![feature(thread_local)]`
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Does not compile on x86_64-pc-windows-msvc and x86_64-pc-windows-gnu, due to:
Found this while working on #134777
The text was updated successfully, but these errors were encountered: