thaler
thaler copied to clipboard
Problem: update to quickcheck 1.0 fails to compile
error[E0404]: expected trait, found struct `Gen`
55
Error: --> chain-core/src/state/account.rs:636:25
56
|
57
636 | fn arbitrary<G: Gen>(g: &mut G) -> Self {
58
| ^^^ not a trait
59
https://github.com/crypto-com/thaler/pull/2434/checks?check_run_id=1669319370#step:7:54