rust/tests/ui/const-generics/generic_const_exprs/no_where_clause.stderr
2023-01-11 09:32:08 +00:00

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