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
Most of them are unsafe despite not being marked as such. For example fn __init and fn __exit contain unsynchronized accesses to static mut __MOD. There are also several extern "C" functions which call __init and __exit. These need to be marked as unsafe too.