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 tried building this today but it failed.
Compiling rustc_codegen_gcc v0.1.0 (/home/tromey/Rust/rustc_codegen_gcc) error[E0463]: can't find crate for `rustc_ast` --> src/lib.rs:18:1 | 18 | extern crate rustc_ast; | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error
I'm not sure if this is something I did wrong or not.
The text was updated successfully, but these errors were encountered:
You might need rustc-dev:
rustc-dev
rustup component add rustc-dev
Edit: Err, that should be done automatically by the prepare.sh script.
prepare.sh
How did you try to build it?
Sorry, something went wrong.
I must have forgotten prepare.sh because I re-ran it, and now it is building. Sorry about that! I really thought I had done that.
run-make tests initialized (rust-lang#7)
2a88451
No branches or pull requests
I tried building this today but it failed.
I'm not sure if this is something I did wrong or not.
The text was updated successfully, but these errors were encountered: