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
Fixes a potential soundness hole when make_guard! is used in a diverging function. Thanks to @dvdhrm for initially reporting the issue and @RustyYato for contributing an elegant fix.