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
In rust-lang/rust#57067, the feature gate min_const_unsafe_fn is stabilized; this is a subset of RFC 911; Before 1.33 ships we need to update reference noting that:
const unsafe fns may call other const unsafe fns
unsafe { .. } blocks in const unsafe? fns may call const unsafe fns.
The text was updated successfully, but these errors were encountered:
In rust-lang/rust#57067, the feature gate
min_const_unsafe_fn
is stabilized; this is a subset of RFC 911; Before 1.33 ships we need to update reference noting that:const unsafe fn
s may call otherconst unsafe fn
sunsafe { .. }
blocks inconst unsafe? fn
s may callconst unsafe fn
s.The text was updated successfully, but these errors were encountered: