-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
macOS Sierra beta2, cargo can't work properly. #2843
Comments
I think this may be a dupe of rust-lang/rust#34674 perhaps? |
@alexcrichton , the pr is merged as I know. When this code will be available in the nightly version? thanks. |
I believe should be tonight or tomorrow. Note though that Cargo is compiled with a pinned version of the compiler, so it won't pick up the fix immediately. Could you try compiling Cargo with tomorrows nightly and then see if that Cargo works for you? |
@alexcrichton ok, I will try. |
@alexcrichton, the cargo works fine in the latest nightly version, thanks. |
Awesome, thanks! I'll update the nightly we use to build Cargo to ensure this fix gets out ASAP |
After I update my system to macOS Sierra beta2, cargo is broken. The cpu usage is always 100% and show nothing in the terminal even the "cargo --version" can not work.
The text was updated successfully, but these errors were encountered: