summary refs log tree commit diff
path: root/src/test/ui/parser/issue-3036.stderr
blob: b6557163d4520b14558eb369d65286e4bf138205 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `;`, found ``}``
  --> $DIR/issue-3036.rs:5:14
   |
LL |     let x = 3
   |              ^ help: add `;` here
LL | }
   | - unexpected token

error: aborting due to previous error