41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
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 1 previous error
|
|
|