BurntSushi / quickcheck

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

quickcheck_macros broken since nightly 2016-08-31 #149

Closed causal-agent closed 7 years ago

causal-agent commented 7 years ago
error[E0308]: mismatched types
   --> /Users/curtis/.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:121:38
    |
121 |         decl, ast::Unsafety::Normal, ast::Constness::NotConst, Abi::Rust,
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::codemap::Spanned`, found enum `syntax::ast::Constness`
    |
    = note: expected type `syntax::codemap::Spanned<syntax::ast::Constness>`
    = note:    found type `syntax::ast::Constness`
Havvy commented 7 years ago

How did you send a PR for this so quickly?

utkarshkukreti commented 7 years ago

I just happened to be free at the moment I saw the notification for this issue. :)