Skip to content

Commit

Permalink
Update .stderr files
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Mar 18, 2020
1 parent c1cd192 commit 07060dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/non_existent_attr.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0599]: no method named `non_existing_attribute` found for type `clap::args::arg::Arg<'_, '_>` in the current scope
error[E0599]: no method named `non_existing_attribute` found for struct `clap::args::arg::Arg<'_, '_>` in the current scope
--> $DIR/non_existent_attr.rs:14:24
|
14 | #[structopt(short, non_existing_attribute = 1)]
Expand Down

0 comments on commit 07060dc

Please sign in to comment.