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