rust/src/test/ui/parser/issue-3036.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

11 lines
259 B
Plaintext

error: expected one of `.`, `;`, `?`, or an operator, found `}`
--> $DIR/issue-3036.rs:6:1
|
LL | let x = 3
| - expected one of `.`, `;`, `?`, or an operator here
LL | }
| ^ unexpected token
error: aborting due to previous error