-
Notifications
You must be signed in to change notification settings - Fork 31
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
MacOS: "error[E0554]" #257
Comments
I'm getting this error atm:
|
@mimoo Which rustc version are you using? ( |
tried that, and |
not sure how cargo works :D so I created a directory and used
|
When I try that command I get this error:
Note that I'm getting a different error now when I run "cargo +nightly install cargo-src":
|
When running "cargo install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0554]: #![feature] may not be used on the stable release channel
When runnning with the nightly build, "cargo +nightly install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0432]: unresolved import
syntax::parse::lexer::TokenAndSpan``The text was updated successfully, but these errors were encountered: