mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 14:34:58 +00:00
11 lines
285 B
Plaintext
11 lines
285 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 previous error
|
|
|