2023-07-10 03:10:03 +02:00
|
|
|
error: unconstrained generic constant
|
|
|
|
--> $DIR/evaluatable-bounds.rs:16:5
|
|
|
|
|
|
|
|
|
LL | const ARRAY: [i32; Self::LEN];
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: try adding a `where` bound using this expression: `where [(); Self::LEN]:`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-07-10 03:10:03 +02:00
|
|
|
|