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.55
1 parent 88e5402 commit 32d6e6dCopy full SHA for 32d6e6d
tests/ui/skip_without_default.stderr
@@ -1,7 +1,7 @@
1
error[E0277]: the trait bound `Kind: Default` is not satisfied
2
- --> $DIR/skip_without_default.rs:22:17
3
- |
4
-22 | #[structopt(skip)]
5
- | ^^^^ the trait `Default` is not implemented for `Kind`
6
7
- = note: required by `std::default::Default::default`
+ --> $DIR/skip_without_default.rs:22:17
+ |
+22 | #[structopt(skip)]
+ | ^^^^ the trait `Default` is not implemented for `Kind`
+note: required by `std::default::Default::default`
0 commit comments