Closed
Description
TryFromSliceError
has been stabilized in core::array
but core::array
is an unstable module. Additionally TryFromSliceError
isn't re-exported anywhere in std
. There isn't even a std::array
module to re-export it into.
cc @rust-lang/libs