-
Notifications
You must be signed in to change notification settings - Fork 280
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
cargo +nightly install racer Error #1069
Comments
|
I am having exactly the same issue despite this issue being closed. |
|
🤔 |
|
Here are my outputs: InfoFail |
|
Ah, I understand. |
|
@kngwyu Right! Thank you that works! |
error[E0554]: error: aborting due to 2 previous errors For more information about this error, try To learn more, run the command again with --verbose. Caused by: |
|
@kngwyu I think this command you posted might now be out of date as this fails with: I could get rid of this error by using, this command instead: note the additional racer at the end. But even after adjusting for this, i get the same installation error as @jingyuexing . But still it fails with : |
I am trying to install racer, but I keep getting this error.
I tried setting nightly as default, didn't work either.
Info
Fail
$ cargo +nightly install racer Updating crates.io index Installing racer v2.1.25 Compiling autocfg v0.1.6 Compiling libc v0.2.62 Compiling semver-parser v0.7.0 Compiling arrayvec v0.4.11 Compiling rand_core v0.4.2 Compiling nodrop v0.1.13 Compiling cfg-if v0.1.9 Compiling proc-macro2 v0.4.30 Compiling scopeguard v0.3.3 Compiling memoffset v0.2.1 Compiling lazy_static v1.4.0 Compiling stable_deref_trait v1.1.1 Compiling rustc-rayon-core v0.2.0 Compiling log v0.4.8 Compiling proc-macro2 v1.0.2 Compiling byteorder v1.3.2 Compiling unicode-xid v0.1.0 Compiling smallvec v0.6.10 Compiling syn v0.15.44 Compiling rustc-rayon v0.2.0 Compiling unicode-xid v0.2.0 Compiling either v1.5.2 Compiling syn v1.0.5 Compiling indexmap v1.1.0 Compiling rustc-ap-graphviz v546.0.0 Compiling memchr v2.2.1 Compiling bitflags v1.1.0 Compiling serde v1.0.99 Compiling ryu v1.0.0 Compiling rustc-ap-rustc_target v546.0.0 Compiling scoped-tls v1.0.0 Compiling unicode-width v0.1.6 Compiling quick-error v1.2.2 Compiling termcolor v1.0.5 Compiling annotate-snippets v0.6.1 Compiling itoa v0.4.4 Compiling rustc-ap-syntax v546.0.0 Compiling regex-syntax v0.6.12 Compiling vec_map v0.8.1 Compiling strsim v0.8.0 Compiling rustc-ap-rustc_lexer v546.0.0 error[E0433]: failed to resolve: could not find `property` in `unicode` --> /home/marx/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-546.0.0/src/lib.rs:672:24 | 672 | core::unicode::property::Pattern_White_Space(c) | ^^^^^^^^ could not find `property` in `unicode` error[E0599]: no method named `is_xid_start` found for type `char` in the current scope --> /home/marx/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-546.0.0/src/lib.rs:689:33 | 689 | || (c > '\x7f' && c.is_xid_start()) | ^^^^^^^^^^^^ error[E0599]: no method named `is_xid_continue` found for type `char` in the current scope --> /home/marx/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-546.0.0/src/lib.rs:708:33 | 708 | || (c > '\x7f' && c.is_xid_continue()) | ^^^^^^^^^^^^^^^ error: aborting due to 3 previous errors Some errors have detailed explanations: E0433, E0599. For more information about an error, try `rustc --explain E0433`. error: Could not compile `rustc-ap-rustc_lexer`. warning: build failed, waiting for other jobs to finish... error: failed to compile `racer v2.1.25`, intermediate artifacts can be found at `/tmp/cargo-installsc6zOC` Caused by: build failedThe text was updated successfully, but these errors were encountered: