-
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
cargo +nightly build --release
fails on Windows 10 (both on latest and v2.1.36)
#1158
Comments
cargo +nightly build --release
fails on Windows 10 (both on latest and v2.1.36cargo +nightly build --release
fails on Windows 10 (both on latest and v2.1.36)
@lm-w1n5t0n brawskii, i have found the solution! worked a 💯 persento for me 🥖 👨🎨 |
Duplicate of #1154 Note that rustup skips pulling newer nightlies that missing installed components and falls back to previous releases, so you need to include |
Just tried installing again today and I'm still unable to do so via |
@koalazub brawskiiiii, did you follow the guide i provided? |
@quadroli I have not, but I'll give it a shot right after work. Cheers for sharing the trick mate! |
Following the instructions on the README, I ran the following commands:
rustup toolchain add nightly
output
git clone https://github.com/racer-rust/racer.git && cd racer
cargo +nightly build --release
output
That failed, so I tried checking the latest release commit:
git checkout 94929a2f0b662465601abbd686bf080252e76009
output
cargo +nightly build --release
output
The text was updated successfully, but these errors were encountered: