File: enum_flatten.stderr

package info (click to toggle)
rust-structopt 0.3.26-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 796 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
error: `flatten` is usable only with single-typed tuple variants
  --> $DIR/enum_flatten.rs:14:5
   |
14 | /     #[structopt(flatten)]
15 | |     Variant1,
   | |____________^