-
Notifications
You must be signed in to change notification settings - Fork 279
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
could not compile rustc-ap-rustc_ast
when installing last version
#1120
Comments
I can confirm the same issue on arch using the latest rustup from the official arch repository (1.22.1-1). |
Same issue in windows.
|
Same issue in OSX. Similar messages to what everyone has above. |
Same issue in Ubuntu20.04. error: aborting due to previous error error: could not compile To learn more, run the command again with --verbose. |
As the error message says, it is a problem with rustc_ast. I tried upgrading the version of rustc_ast racer depends on, but that did not help either. The following changes worked for me: rustc_ast (v670.0.0, latest): |
I'm trying to install racer both from cargo and from sources and receive error:
env:
I'm on ubuntu 18.04 under wsl
I've tried to change toolchain, install 2.0.13, 2.0.14 neither of that worked:(
The text was updated successfully, but these errors were encountered: