You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|