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