// check-pass #![allow(incomplete_features)] #![feature(adt_const_params, generic_const_exprs)] #![allow(dead_code)] const fn catone(_a: &[u8; M]) -> [u8; M + 1] where [(); M + 1]:, { unimplemented!() } struct Catter; impl Catter where [(); A.len() + 1]:, { const ZEROS: &'static [u8; A.len()] = &[0_u8; A.len()]; const R: &'static [u8] = &catone(Self::ZEROS); } fn main() {}