aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/struct_parse.stderr
blob: 5518214e5f7f387b7fdeca31ec633558c9fc02a1 (plain)
1
2
3
4
5
error: `parse` attribute is only allowed on fields
  --> $DIR/struct_parse.rs:12:29
   |
12 | #[structopt(name = "basic", parse(from_str))]
   |                             ^^^^^