aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/parse_function_is_not_path.stderr
blob: 7cf74445d1d5af11a247facb969d39c683c4ef29 (plain)
1
2
3
4
5
error: `parse` argument must be a function path
  --> $DIR/parse_function_is_not_path.rs:14:34
   |
14 |     #[structopt(parse(from_str = "2"))]
   |                                  ^^^