-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fails compilation of cargo-src #5
Comments
I'm also getting this |
Version 0.1.7 works on |
I'm getting this error on
|
Failed on Windows with
Compiling rustdoc-highlight v0.1.10
error[E0463]: can't find crate for `syntax_expand`
--> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\rustdoc-highlight-0.1.10\src\lib.rs:21:1 |
21 | extern crate syntax_expand;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: could not compile `rustdoc-highlight`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cargo-src v0.1.8`, intermediate artifacts can be found at `C:\Users\WINTER~1\AppData\Local\Temp\cargo-installCfuwAy` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: