-
Notifications
You must be signed in to change notification settings - Fork 124
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
Build problems with newest rust nightly #156
Comments
I don't know if this is an actual fix, but the FormatWriter errors disappeared by replacing |
The other errors are due to needing to revert the Rust bug workaround introduced by #147 |
I have a patch for the rust bug which will hopefully land soon: rust-lang/rust#14121 |
Is this fixed? |
Thanks, it's fixed now. btw: It would be nice if the Travis build status were displayed in the readme. |
The newest nightly (
rustc 0.11.0-pre-nightly (d92926c 2014-05-16 01:06:25 -0700)
) gives me several build errors along the lines ofand
The full build log is here.
The text was updated successfully, but these errors were encountered: