thaler icon indicating copy to clipboard operation
thaler copied to clipboard

Problem: update to quickcheck 1.0 fails to compile

Open tomtau opened this issue 5 years ago • 0 comments

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

tomtau avatar Jan 11 '21 01:01 tomtau