rust/tests/ui/parser/issues/issue-3036.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
197 B
Plaintext
Raw Normal View History

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 | }
| - unexpected token
2018-10-20 23:36:17 +03:00
error: aborting due to previous error