mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:23:27 +00:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
error: expected `(` or `{`, found `[`
|
|
--> $DIR/paren-or-brace-expected.rs:3:10
|
|
|
|
|
LL | $[count($i)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: expected one of: `*`, `+`, or `?`
|
|
--> $DIR/paren-or-brace-expected.rs:3:10
|
|
|
|
|
LL | $[count($i)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|