clap/clap_derive/tests/ui/tuple_struct.stderr
2020-02-12 23:15:05 +03:00

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)]
| ^^^^