BurntSushi / quickcheck

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

Quickcheck not compiling on latest nightly #212

Closed PvdBerg1998 closed 6 years ago

PvdBerg1998 commented 6 years ago

Quickcheck fails to build on nightly-x86_64-pc-windows-msvc - rustc 1.30.0-nightly (63d66494a 2018-08-23) with the following error:

error[E0432]: unresolved import `syntax::codemap`
  --> snip\quickcheck_macros-0.6.2\src/lib.rs:15:5
   |
15 | use syntax::codemap;
   |     ^^^^^^^^^^^^^^^ no `codemap` in the root