mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
85f541d789
Impact: - Binary size: 556.6 KiB to 578.4 KiB - build time: 6.4950 us (7% slower) - parse time: 7.7256 us - parse sc time: 8.1580 us (5% faster) Fixes #1041 Fixes #2150
5 lines
277 B
Text
5 lines
277 B
Text
error[E0599]: no method named `non_existing_attribute` found for struct `Arg` in the current scope
|
|
--> tests/derive_ui/non_existent_attr.rs:14:19
|
|
|
|
|
14 | #[clap(short, non_existing_attribute = 1)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^ method not found in `Arg`
|