1error[E0599]: no method named `non_existing_attribute` found for struct `Arg` in the current scope
2 --> tests/derive_ui/non_existent_attr.rs:14:18
3 |
414 | #[arg(short, non_existing_attribute = 1)]
5 | ^^^^^^^^^^^^^^^^^^^^^^ method not found in `Arg`
6