-
Notifications
You must be signed in to change notification settings - Fork 13.3k
not working rustc.exe binary rustc-beta-x86_64-pc-windows-gnu.tar.gz (2018-04-24) #50293
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
What OS are you using? This might be a case of #49438 |
@retep998 windows 7 64bit service pack 1. i have update rust nightly version, yesterday, nightly just build and works fine: |
I've confirmed that #49438 is still fixed on beta/nightly. It sounds like @sailfish009 after an update it's working for you too? If that's the case I think we can close! |
@alexcrichton No, it didn't fixed. if i use latest binary (2018-04-24), still i got error message like this:
|
@sailfish009 if you update |
@alexcrichton it fixed! |
Ok great, thanks for checking @sailfish009! If you'd like feel free to send that update in a PR to rust-lang/rust! |
previous rustc binary(2018-04-04) works fine but latest prebuilt binary not working:
$ ls ./build/
cache/ x86_64-pc-windows-gnu/
$ rm -rf build/*
Edit:
if i replace the binary with previous version, it works again:
The text was updated successfully, but these errors were encountered: