about summary refs log tree commit diff
path: root/tests/ui/macros/paren-or-brace-expected.stderr
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