Files
rust/tests/ui/const-generics/mgca/array-expr-complex.r3.stderr

9 lines
228 B
Plaintext

error: complex const arguments must be placed inside of a `const` block
--> $DIR/array-expr-complex.rs:17:21
|
LL | takes_array::<{ [0; Y] }>();
| ^^^^^^
error: aborting due to 1 previous error