We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
This repo tracks the latest nightlies. I'm afraid you'll have to update Rust to the latest nightly!
Sorry, something went wrong.
can't find crate for
No branches or pull requests
I get the following error when compiling on rust nightly. I guess it's related to rust-lang/rust#30043...
Error is:
My rust version is:
The text was updated successfully, but these errors were encountered: