// revisions: full min #![cfg_attr(full, allow(incomplete_features))] #![cfg_attr(full, feature(const_generics))] fn test() -> [u8; M] { [0; N] //~ ERROR mismatched types } fn main() {}