2019-10-20 14:35:46 -07:00
|
|
|
error: expected `;`, found ``}``
|
|
|
|
--> $DIR/issue-3036.rs:5:14
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | let x = 3
|
2019-10-20 14:35:46 -07:00
|
|
|
| ^ help: add `;` here
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | }
|
2019-10-20 14:35:46 -07:00
|
|
|
| - unexpected token
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|