1error: unconstrained generic constant
2  --> $DIR/needs_where_clause.rs:11:6
3   |
4LL |   b: [f32; complex_maths::<T>(N)],
5   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6   |
7   = help: try adding a `where` bound using this expression: `where [(); complex_maths::<T>(N)]:`
8
9error: aborting due to previous error
10
11