-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Nightly Rust compiler doesn't work anymore #29294
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
Comments
This should have been fixed as of #29255 |
@retep998 That only fixes 32-bit versions, this is still a problem for 64-bit if you don't have mingw installed. |
@Diggsey So the 64-bit version is still missing DLLs then? |
Now I'm getting new error from missing library that @alexcrichton mentions in #29306. |
@jaxx what'd you installing/running to see that error? That dll should have been removed as a dependency awhile back and I just checked the most recent nightly build and it shouldn't depend on it. |
Oh wait nevermind, found where the dependency was coming from, guh. |
Uhh, great, I was writing reply while you found the problem (Y) |
Hi,
I have a problem with latest Rust 1.5 nightly versions in Windows 10 64-bit. Calling
rustc --version
from command line gives me an error that application was unable to start correctly. Week ago there were no such problems.The text was updated successfully, but these errors were encountered: