blob: e02223931c1145aa3b6bd83e6e3312b54d78e45a [file] [log] [blame]
error: expected `;`, found `}`
--> $DIR/issue-3036.rs:6:15
|
LL | let _x = 3
| ^ help: add `;` here
LL | }
| - unexpected token
error: aborting due to previous error