BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Fix for `rustc 1.14.0-nightly (f09420685 2016-10-20)`. #150

Closed utkarshkukreti closed 7 years ago

utkarshkukreti commented 7 years ago

Fixes #149.

Looks like this wrapper around cx.item_fn was added in https://github.com/BurntSushi/quickcheck/commit/60754695aa9a944bd73e58752630c2eaaf81a06e due to a bug in Rust which was later fixed in Jan 2015: https://github.com/rust-lang/rust/pull/21504.

BurntSushi commented 7 years ago

Thanks!