mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 09:06:27 +00:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
error: `flatten` is usable only with single-typed tuple variants
|
|
--> $DIR/enum_flatten.rs:14:5
|
|
|
|
|
14 | / #[structopt(flatten)]
|
|
15 | | Variant1,
|
|
| |____________^
|