Skip to content
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

Failure to build using rustc 1.65.0 #108

Open
dmicsa opened this issue Aug 24, 2022 · 1 comment
Open

Failure to build using rustc 1.65.0 #108

dmicsa opened this issue Aug 24, 2022 · 1 comment

Comments

@dmicsa
Copy link

dmicsa commented Aug 24, 2022

Hi,

I'm new to rust I install rust on my machine, with an Win10 64 and tried to follow the instalation process running:
rustup toolchain add nightly
cargo +nightly install papyrus

It errors out with the message:
error[E0463]: can't find crate for rustc_ast
--> C:\Users\Dan.cargo\registry\src\github.com-1ecc6299db9ec823\racer-2.2.2\src/racer/lib.rs:16:1
|
16 | extern crate rustc_ast;
| ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= help: maybe you need to install the missing components with: rustup component add rust-src rustc-dev llvm-tools-preview

error[E0463]: can't find crate for rustc_ast_pretty
--> C:\Users\Dan.cargo\registry\src\github.com-1ecc6299db9ec823\racer-2.2.2\src/racer/lib.rs:17:1
|
17 | extern crate rustc_ast_pretty;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= help: maybe you need to install the missing components with: rustup component add rust-src rustc-dev llvm-tools-preview

error[E0463]: can't find crate for rustc_data_structures
--> C:\Users\Dan.cargo\registry\src\github.com-1ecc6299db9ec823\racer-2.2.2\src/racer/lib.rs:18:1
|
18 | extern crate rustc_data_structures;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
...

@rvadaga
Copy link

rvadaga commented Sep 6, 2022

Seeing the same issue! Despite installing the suggested rustup components

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