Yay github actually looked at the file and reinstated me lol
Do you have a link to that issue? Is it Rust panics over FFI break `std::exception_ptr` on Windows · Issue #143623 · rust-lang/rust · GitHub?
Yeah. There's a workaround for that particular issue. But personally I'm not entirely happy with the way we depend on implementation details of MSVC C++ exceptions.
So I'm guessing the only thing that is stopping us from just making our own is people making the time investment? Because MSVC C++ was definitely a huge time investment to get to this point