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
#102732 had to temporarily remove the assert_unsafe_precondition in hint::unreachable_unchecked to work around rust-lang/compiler-builtins#491. Once rust-lang/compiler-builtins#496 lands and propagates, we should bring back the assert_unsafe_precondition in hint::unreachable_unchecked.
The text was updated successfully, but these errors were encountered:
#102732 had to temporarily remove the
assert_unsafe_precondition
inhint::unreachable_unchecked
to work around rust-lang/compiler-builtins#491. Once rust-lang/compiler-builtins#496 lands and propagates, we should bring back theassert_unsafe_precondition
inhint::unreachable_unchecked
.The text was updated successfully, but these errors were encountered: