Skip to content

Commit 32d6e6d

Browse files
steffahnTeXitoi
authored andcommitted
Bless Rust 1.55 test output
1 parent 88e5402 commit 32d6e6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/ui/skip_without_default.stderr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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`
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`

0 commit comments

Comments
 (0)