Skip to content

Commit

Permalink
Update expected compile error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 24, 2023
1 parent 47ef2c9 commit aa0a62a
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.1.0/src/arbitrary/traits.rs
--> $CARGO/proptest-1.2.0/src/arbitrary/traits.rs
|
| type Parameters: Default;
| ^^^^^^^ required by this bound in `Arbitrary::Parameters`
Expand Down

0 comments on commit aa0a62a

Please sign in to comment.