mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +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
|
|
|