aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/tuple_struct.stderr
blob: 9f2876f6166495956a8dd0077e24f3d5097be810 (plain)
1
2
3
4
5
error: structopt only supports non-tuple structs and enums
  --> $DIR/tuple_struct.rs:11:10
   |
11 | #[derive(StructOpt, Debug)]
   |          ^^^^^^^^^