rust/tests/ui/const-generics/mgca/array-expr-empty.stderr
2026-01-10 12:45:26 +09:00

8 lines
211 B
Text

error: expected type, found `]`
--> $DIR/array-expr-empty.rs:4:32
|
LL | fn takes_empty_array<const A: []>() {}
| ^ expected type
error: aborting due to 1 previous error