-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Failed to compile 0.8 in OSX #9625
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
@yannkechichian Were you using There was a race condition in the Makefile that did not land in 0.8, I believe, but it has been fixed since then... |
@pnkfelix I tried to use |
@yannkechichian To be clear, when I wrote That is, when there is a race condition in makefiles, the usual way to compensate for them is to ensure that there are no |
@pnkfelix Absolutely, with N the number of jobs at once but I get the same error though. |
@pnkfelix Mea culpa, I finally managed to make it work using |
closing. |
Use the correct type when comparing nested constants. fixes rust-lang#9625 changelog: `manual_range_contains`: fix ICE when the values are behind a reference
Compiling 0.8 in OS X 10.8.5 yielded the following error:
The text was updated successfully, but these errors were encountered: