aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/non_existent_attr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/non_existent_attr.stderr')
-rw-r--r--structopt/tests/ui/non_existent_attr.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/non_existent_attr.stderr b/structopt/tests/ui/non_existent_attr.stderr
deleted file mode 100644
index 17bb87f..0000000
--- a/structopt/tests/ui/non_existent_attr.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error[E0599]: no method named `non_existing_attribute` found for type `clap::args::arg::Arg<'_, '_>` in the current scope
- --> $DIR/non_existent_attr.rs:14:24
- |
-14 | #[structopt(short, non_existing_attribute = 1)]
- | ^^^^^^^^^^^^^^^^^^^^^^ method not found in `clap::args::arg::Arg<'_, '_>`