collinoc

Results 1 issues of collinoc

I'm running into an issue with static thread local storage that contains a heap-allocated object when loading a library. The main program loop is as follows: ```rust fn main() ->...