Skip to content

Commit

Permalink
Update compile error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Dec 17, 2024
1 parent ae150cf commit d5012fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile_fail/args_not_impl_default.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error[E0277]: the trait bound `TestArgs: Default` is not satisfied
| ^^^^^^^^ the trait `Default` is not implemented for `TestArgs`
|
note: required by a bound in `proptest::arbitrary::Arbitrary::Parameters`
--> $CARGO/proptest-1.5.0/src/arbitrary/traits.rs
--> $CARGO/proptest-1.6.0/src/arbitrary/traits.rs
|
| type Parameters: Default;
| ^^^^^^^ required by this bound in `Arbitrary::Parameters`
Expand Down

0 comments on commit d5012fa

Please sign in to comment.