Isaac Leonard
Results
1
comments of
Isaac Leonard
> Please report your case here ``` #![feature(generic_const_exprs)] fn foo(_: [T; L]) -> [T; L + 1] { [T::default(); L + 1] } fn bar(x: [u8; 2]) -> [u8; 3]...