| error: unconstrained generic constant | |
| --> $DIR/no_where_clause.rs:10:6 | |
| | | |
| LL | b: [f32; complex_maths(N)], | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| = help: try adding a `where` bound using this expression: `where [(); complex_maths(N)]:` | |
| error: aborting due to previous error | |