BurntSushi / quickcheck

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

fix nightly, match header in ItemKind::Fn #206

Closed PSeitz closed 6 years ago

PSeitz commented 6 years ago

This fixes changes introduced in this commit https://github.com/rust-lang/rust/commit/56e8f29dbe89f2109cacc8eb5e92ea3de32eefb9

BurntSushi commented 6 years ago

This is on crates.io in quickcheck_macros 0.6.2. Thanks!