mirror of
https://github.com/clap-rs/clap
synced 2025-01-10 03:38:50 +00:00
6 lines
155 B
Text
6 lines
155 B
Text
|
error: flatten is only allowed on fields
|
||
|
--> $DIR/struct_flatten.rs:12:24
|
||
|
|
|
||
|
12 | #[clap(name = "basic", flatten)]
|
||
|
| ^^^^^^^
|