Default
is special, because we already have impl<T> Default for [T; 0]
without the T: Default
constraint. Rewrite it in const generics requires the const generics specialization, which is far from the stable yet.
13 Likes