mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Merge #2115
2115: Adjust stderr files r=pksunkara a=CreepySkeleton Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
This commit is contained in:
commit
16f92288f1
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
error[E0599]: no method named `non_existing_attribute` found for struct `clap::build::arg::Arg<'_>` in the current scope
|
||||
error[E0599]: no method named `non_existing_attribute` found for struct `clap::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<'_>`
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^ method not found in `clap::Arg<'_>`
|
||||
|
|
|
@ -17,4 +17,4 @@ error[E0599]: no function or associated item named `parse` found for struct `Opt
|
|||
|
|
||||
= help: items from traits can only be used if the trait is implemented and in scope
|
||||
= note: the following trait defines an item `parse`, perhaps you need to implement it:
|
||||
candidate #1: `clap::derive::Clap`
|
||||
candidate #1: `clap::Clap`
|
||||
|
|
Loading…
Reference in a new issue