blob: 3dd89b7e828dfe99d49ccce4ae262417b013192e [file] [log] [blame] [edit]
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