clap/clap_derive/tests/ui/subcommand_on_struct.stderr
2020-05-15 09:51:42 +02:00

7 lines
268 B
Text

error: `#[derive(Subcommand)]` only supports enums
--> $DIR/subcommand_on_struct.rs:3:10
|
3 | #[derive(Subcommand, Debug)]
| ^^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)