error: unconstrained generic constant --> $DIR/needs_where_clause.rs:11:6 | LL | b: [f32; complex_maths::(N)], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: try adding a `where` bound | LL | struct Example where [(); complex_maths::(N)]: { | ++++++++++++++++++++++++++++++++++ error: aborting due to 1 previous error