• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: `parse` attribute is only allowed on fields
2  --> $DIR/struct_parse.rs:12:29
3   |
412 | #[structopt(name = "basic", parse(from_str))]
5   |                             ^^^^^
6