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
The current implementation proactively selects a build toolchain before it knows whether the specific call in question will require one. This causes issues in bootstrap situations where one must provide a bootstrap toolchain to std.wrap() to avoid this, even if it will not be used. This should be refactored not to attempt to produce a toolchain for wrappers that require no compilation of additional components to construct.