summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/suggest-semicolon-before-array.stderr
blob: 8a33321fbd56332df9ce8cd99f451d4c6da9e8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected `;`, found `[`
  --> $DIR/suggest-semicolon-before-array.rs:8:5
   |
LL |     [1, 3]
   |     ^
   |
help: consider adding `;` here
   |
LL |     foo();
   |          +

error: aborting due to previous error