mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
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
|
|
|