-
Notifications
You must be signed in to change notification settings - Fork 17
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
compile error with nightly rustc #18
Comments
Thanks for the report, which uncovered a bug that was introduced into the standard library. Hopefully it'll be fixed for tomorrow's nightly. |
I'm now seeing the same breakage on the beta channel? https://travis-ci.org/cryptosphere/ithos/builds/153177895 |
Yes, the original problem made it into beta, and the fix hasn't been backported yet. This is not a bug in |
In |
The vec_map crate breaks the build due to a regression that managed to get into the beta channel. See: contain-rs/vec-map#18
Hi, I have a compile problem with rustc nightly:
rustc 1.12.0-nightly (197be89f3 2016-08-15)
.The text was updated successfully, but these errors were encountered: