mirror of
https://github.com/openharmony/third_party_rust_clap.git
synced 2026-07-19 21:23:35 -04:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
error: `flatten` is usable only with single-typed tuple variants
|
|
--> tests/derive_ui/enum_flatten.rs:14:5
|
|
|
|
|
14 | / #[command(flatten)]
|
|
15 | | Variant1,
|
|
| |____________^
|