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
windows: remove support for slim rwlock
Since rust-lang#121956 we don't need it any more, and we are generally short on Windows staff so reducing the amount of code we have to test and maintain sounds like a good idea.
The InitOnce stuff is still used by `thread_local_key::StaticKey` on 64bit windows-gnu.
This code causes a free of garbage memory and crashes:
Doesn't seem to be related to explicit self. The pattern guard is necessary in order to cause the crash.
The text was updated successfully, but these errors were encountered: