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

11 lines
327 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
LL | } //~ ERROR: expected one of `.`, `;`, `?`, or an operator, found `}`
| ^ unexpected token
error: aborting due to previous error