rust/src/test/ui/parser/issue-3036.stderr

11 lines
259 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected one of `.`, `;`, `?`, or an operator, found `}`
--> $DIR/issue-3036.rs:6:1
2018-10-20 23:36:17 +03:00
|
LL | let x = 3
| - expected one of `.`, `;`, `?`, or an operator here
2019-03-09 15:03:44 +03:00
LL | }
2018-10-20 23:36:17 +03:00
| ^ unexpected token
error: aborting due to previous error