//@ known-bug: #117460 #![feature(generic_const_exprs)] struct Matrix { d: D, } impl Matrix {}