1error: structopt only supports non-tuple structs and enums
2 --> $DIR/tuple_struct.rs:11:10
3 |
411 | #[derive(StructOpt, Debug)]
5 | ^^^^^^^^^
6 |
7 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
8