mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 00:57:35 +00:00
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
error: unconstrained generic constant
|
|
--> $DIR/needs_where_clause.rs:11:6
|
|
|
|
|
LL | b: [f32; complex_maths::<T>(N)],
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: try adding a `where` bound using this expression: `where [(); complex_maths::<T>(N)]:`
|
|
|
|
error: aborting due to 1 previous error
|
|
|