mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 16:46:09 +00:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
error: expected `:`, found `Bad`
|
|
--> $DIR/recover-struct.rs:4:9
|
|
|
|
|
LL | struct Test {
|
|
| ---- while parsing this struct
|
|
LL | Very
|
|
| - expected `:`
|
|
LL | Bad
|
|
| ^^^ unexpected token
|
|
|
|
error: aborting due to 1 previous error
|
|
|