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 parent ae150cf commit d5012faCopy full SHA for d5012fa
tests/compile_fail/args_not_impl_default.stderr
@@ -5,7 +5,7 @@ error[E0277]: the trait bound `TestArgs: Default` is not satisfied
5
| ^^^^^^^^ the trait `Default` is not implemented for `TestArgs`
6
|
7
note: required by a bound in `proptest::arbitrary::Arbitrary::Parameters`
8
- --> $CARGO/proptest-1.5.0/src/arbitrary/traits.rs
+ --> $CARGO/proptest-1.6.0/src/arbitrary/traits.rs
9
10
| type Parameters: Default;
11
| ^^^^^^^ required by this bound in `Arbitrary::Parameters`
0 commit comments