Skip to content

Commit 07060dc

Browse files
Update .stderr files
1 parent c1cd192 commit 07060dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/non_existent_attr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0599]: no method named `non_existing_attribute` found for type `clap::args::arg::Arg<'_, '_>` in the current scope
1+
error[E0599]: no method named `non_existing_attribute` found for struct `clap::args::arg::Arg<'_, '_>` in the current scope
22
--> $DIR/non_existent_attr.rs:14:24
33
|
44
14 | #[structopt(short, non_existing_attribute = 1)]

0 commit comments

Comments
 (0)