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.
In rust-lang/rust#57067, the feature gate
min_const_unsafe_fnis stabilized; this is a subset of RFC 911; Before 1.33 ships we need to update reference noting that:const unsafe fns may call otherconst unsafe fnsunsafe { .. }blocks inconst unsafe? fns may callconst unsafe fns.