Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickcheck-macros doesn't build on the latest nightly #114

Closed
hawkw opened this issue Dec 10, 2015 · 4 comments
Closed

quickcheck-macros doesn't build on the latest nightly #114

hawkw opened this issue Dec 10, 2015 · 4 comments

Comments

@hawkw
Copy link

hawkw commented Dec 10, 2015

When building on the latest nightly, I get the following error message:

$ cargo test
 Downloading rand v0.3.12
 Downloading log v0.3.4
 Downloading quickcheck v0.2.24
 Downloading winapi v0.2.5
 Downloading libc v0.2.2
 Downloading quickcheck_macros v0.2.24
   Compiling winapi v0.2.5
   Compiling libc v0.2.2
   Compiling log v0.3.4
   Compiling advapi32-sys v0.1.2
   Compiling rand v0.3.12
   Compiling quickcheck v0.2.24
   Compiling quickcheck_macros v0.2.24
/Users/hawk/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/quickcheck_macros-0.2.24/src/lib.rs:23:5: 23:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
/Users/hawk/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/quickcheck_macros-0.2.24/src/lib.rs:23 use rustc::plugin::Registry;
                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/hawk/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/quickcheck_macros-0.2.24/src/lib.rs:23:5: 23:28 help: run `rustc --explain E0432` to see a detailed explanation
error: aborting due to previous error
Could not compile `quickcheck_macros`.

To learn more, run the command again with --verbose.

On the latest nightly:

$ rustc --version
rustc 1.7.0-nightly (81ae8be71 2015-12-09)
$ cargo --version
cargo 0.7.0-nightly (1af03be 2015-12-08)
@Hoverbear
Copy link

Hi,
This actually does build on the latest nightly it's just not been updated on crates.io.

@hawkw
Copy link
Author

hawkw commented Dec 10, 2015

Oh, great. Looking forwards to the updated release then. Sorry!

@Hoverbear
Copy link

For now you can use:

[dependencies]
quickcheck_macros = { git = "https://github.com/BurntSushi/quickcheck" }

@hawkw
Copy link
Author

hawkw commented Dec 11, 2015

Oh, yeah, hadn't thought of that. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants