aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/tuple_struct.stderr
blob: 31705c96ae1162839ca02a0b4983e2c9024cc486 (plain)
1
2
3
4
5
6
7
error: structopt only supports non-tuple structs and enums
  --> $DIR/tuple_struct.rs:11:10
   |
11 | #[derive(StructOpt, Debug)]
   |          ^^^^^^^^^
   |
   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)