mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
f9ad2c5f09
We had some guards but this generalizes them and puts them on every attribute.
5 lines
180 B
Text
5 lines
180 B
Text
error: methods are not allowed for flattened entry
|
|
--> tests/derive_ui/flatten_and_methods.rs:22:15
|
|
|
|
|
22 | #[command(flatten, version = "foo")]
|
|
| ^^^^^^^
|