summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-3036.stderr
blob: 3dd89b7e828dfe99d49ccce4ae262417b013192e (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `;`, found `}`
  --> $DIR/issue-3036.rs:6:15
   |
LL |     let _x = 3
   |               ^ help: add `;` here
LL | }
   | - unexpected token

error: aborting due to 1 previous error