rustc/vendor/structopt/tests/ui/struct_parse.stderr
2020-12-02 10:43:25 +01:00

6 lines
179 B
Plaintext

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