diff options
Diffstat (limited to 'structopt/tests/ui/struct_parse.stderr')
-rw-r--r-- | structopt/tests/ui/struct_parse.stderr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/struct_parse.stderr b/structopt/tests/ui/struct_parse.stderr deleted file mode 100644 index 5518214..0000000 --- a/structopt/tests/ui/struct_parse.stderr +++ /dev/null @@ -1,5 +0,0 @@ -error: `parse` attribute is only allowed on fields - --> $DIR/struct_parse.rs:12:29 - | -12 | #[structopt(name = "basic", parse(from_str))] - | ^^^^^ |