mirror of
https://github.com/clap-rs/clap
synced 2025-01-21 00:53:52 +00:00
5 lines
152 B
Text
5 lines
152 B
Text
error: `#[derive(Clap)]` only supports non-tuple structs and enums
|
|
--> $DIR/tuple_struct.rs:11:10
|
|
|
|
|
11 | #[derive(Clap, Debug)]
|
|
| ^^^^
|