You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structA<constN:usize>{inner:[u8;N]// error}structB<constN:usize>{inner:A<N>// this is fine}
error[3-0015]: the expression is not supported yet in a const type context
┌─ foo.fe:2:15
│
2 │ inner: [u8; N]
│ ^ only literal expression is supported