Adjust stderr files

This commit is contained in:
CreepySkeleton 2020-08-28 00:13:14 +03:00
parent 317a816857
commit f97b4cb1c7
2 changed files with 3 additions and 3 deletions

View file

@ -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<'_>`

View file

@ -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`