-
Notifications
You must be signed in to change notification settings - Fork 897
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
Fix build with rust nightly by updating try block syntax. #2965
Conversation
The related test failure is this one:
But all I did there was change |
Oh, it dawned on me I probably just need to run |
Apparently running rustfmt changed all the line endings again? For real? This is a comedy of errors. |
I don't think the Travis failures are related to this change. |
Thank you! |
Could this change be published to crates.io? The most recent version on crates.io does not compile on the most recent nightly. |
Published as nightly 0.99.4 |
This is a version of #2964 that doesn't change all the line endings. Sorry about that.
It still seems to be failing some tests. One of them seems to be related to this change in that it's reformatting the line I changed, but...I don't understand why it's different than the previous behavior.
The rest seem unrelated to this change?