Skip to content

Commit

Permalink
Bless Rust 1.55 test output
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn authored and TeXitoi committed Sep 17, 2021
1 parent 88e5402 commit 32d6e6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/ui/skip_without_default.stderr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
error[E0277]: the trait bound `Kind: Default` is not satisfied
--> $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`
--> $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 comments on commit 32d6e6d

Please sign in to comment.