mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
6 lines
254 B
Text
6 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`
|