mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 17:36:07 +00:00
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
error: `parse` attribute is only allowed on fields
|
|
--> $DIR/struct_parse.rs:12:29
|
|
|
|
|
12 | #[structopt(name = "basic", parse(from_str))]
|
|
| ^^^^^
|