test-strategy 0.4.5

Procedural macro to easily write higher-order strategies in proptest.
Documentation
1
2
3
4
5
6
7
error: found cyclic dependency. (x -> x)
 --> $DIR/self_dependency.rs:2:10
  |
2 | #[derive(Arbitrary, Debug)]
  |          ^^^^^^^^^
  |
  = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)