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

error: aborting due to previous error