-
Notifications
You must be signed in to change notification settings - Fork 243
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
Failed to build on Windows #136
Comments
Okay so it seems like |
This is rust internal compiler error. Nightly compiler is broken sometimes, so we cannot guarantee that code will work with arbitrary nightly version. |
When rustup is used, it reads We should do something better when rust is installed without |
Closing this as a non-issue claimed by the contributor |
(Some discussion internally in D44841691). |
Summary: Address issue like this #136 or similar. When people using not nightly we expect, we should fail early before encountering internal compiler error or some other incompatibility. This is the best solution I could think of. Reviewed By: ndmitchell Differential Revision: D44841691 fbshipit-source-id: 3bb6e1dc7ec1f56de1372c6aee71f2142c7c65e4
The text was updated successfully, but these errors were encountered: