We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd192 commit 07060dcCopy full SHA for 07060dc
tests/ui/non_existent_attr.stderr
@@ -1,4 +1,4 @@
1
-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
2
--> $DIR/non_existent_attr.rs:14:24
3
|
4
14 | #[structopt(short, non_existing_attribute = 1)]
0 commit comments