Skip to content

Cannot compile in rust nightly #138

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

Closed
schnupperboy opened this issue Dec 2, 2015 · 1 comment
Closed

Cannot compile in rust nightly #138

schnupperboy opened this issue Dec 2, 2015 · 1 comment

Comments

@schnupperboy
Copy link

I get the following error when compiling on rust nightly. I guess it's related to rust-lang/rust#30043...

Error is:

/home/me/.multirust/toolchains/nightly-2015-11-23/cargo/registry/src/github.com-88ac128001ac3a9a/regex_macros-0.1.24/src/lib.rs:22:1: 22:27 error: can't find crate for `rustc_plugin` [E0463]
/home/me/.multirust/toolchains/nightly-2015-11-23/cargo/registry/src/github.com-88ac128001ac3a9a/regex_macros-0.1.24/src/lib.rs:22 extern crate rustc_plugin;

My rust version is:

rustc 1.6.0-nightly (2ba44607f 2015-11-22)
@BurntSushi
Copy link
Member

This repo tracks the latest nightlies. I'm afraid you'll have to update Rust to the latest nightly!

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