1 2 3 4 5
#![feature(min_const_generics)] /// Doctest. pub struct X<T, const SIZE: usize> { y: [T; {SIZE}] }