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
We are using #![cfg(feature="std")] to disable them if the std feature is disabled. However, this does not work for binaries, because not having main is a compiler error.