mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-04 03:30:51 +00:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
error: structopt only supports non-tuple structs and enums
|
|
--> $DIR/tuple_struct.rs:11:10
|
|
|
|
|
11 | #[derive(StructOpt, Debug)]
|
|
| ^^^^^^^^^
|
|
|
|
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|