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
rust: Add back in workdaround to call ctors once (#895)
* rust: Add back in workdaround to call ctors once
This commit partially reverts some work in #868 where the pieces used to
run libc ctors once was removed by default. I erroneously thought that
this was no longer necessary but I believe it is still necessary given
how everything works today. I've additionally updated comments
accordingly.
Closes#894
* Fix CI build
0 commit comments