mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Adjust stderr files
This commit is contained in:
parent
317a816857
commit
f97b4cb1c7
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