2020-05-15 20:51:12 -07:00
|
|
|
error: expected `;`, found `}`
|
2020-07-02 14:32:12 +09:00
|
|
|
--> $DIR/issue-3036.rs:6:15
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2020-07-02 14:32:12 +09:00
|
|
|
LL | let _x = 3
|
|
|
|
| ^ 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
|
|
|
|
|