blob: 4d1dda97751337edf8a0ecf1294619a0dbd59278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|