clap/tests/derive_ui/group_name_attribute.stderr
Kurtis Nusbaum 5430df7a0f feat(derive): Support #[group] attributes
This adds the ability derive additional options for the group creation.

Fixes #4574
2023-03-25 03:25:38 -05:00

5 lines
254 B
Text

error[E0599]: no method named `name` found for struct `ArgGroup` in the current scope
--> tests/derive_ui/group_name_attribute.rs:11:26
|
11 | #[group(required = true, name = "src")]
| ^^^^ method not found in `ArgGroup`