clap/clap_derive/tests/ui/non_existent_attr.stderr
CreepySkeleton 1cff11109e Fix CI
2020-03-13 20:51:41 +03:00

5 lines
310 B
Text

error[E0599]: no method named `non_existing_attribute` found for struct `clap::build::arg::Arg<'_>` in the current scope
--> $DIR/non_existent_attr.rs:14:19
|
14 | #[clap(short, non_existing_attribute = 1)]
| ^^^^^^^^^^^^^^^^^^^^^^ method not found in `clap::build::arg::Arg<'_>`