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

5 lines
169 B
Text

error: `parse` attribute is only allowed on fields
--> $DIR/struct_parse.rs:12:24
|
12 | #[clap(name = "basic", parse(from_str))]
| ^^^^^