mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
6 lines
146 B
Text
6 lines
146 B
Text
|
error: clap_derive only supports non-tuple structs and enums
|
||
|
--> $DIR/tuple_struct.rs:11:10
|
||
|
|
|
||
|
11 | #[derive(Clap, Debug)]
|
||
|
| ^^^^
|