mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 20:52:15 +00:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
error: expected `;`, found `}`
|
|
--> $DIR/issue-3036.rs:6:15
|
|
|
|
|
LL | let _x = 3
|
|
| ^ help: add `;` here
|
|
LL | }
|
|
| - unexpected token
|
|
|
|
error: aborting due to previous error
|
|
|