-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unwrap causes build to fail #3846
Comments
I can reproduce this when adding e.g. |
I also encounter this issue (same nightly, Ubuntu 16.04), although in my case it happens on
|
Looks like a duplicate of #3844? |
Fixed by rust-lang/rust#40625 |
It might have been a duplicate @matklad. Either way the fix that @saleemrashid mentioned fixes my issue so I'm going to close this. |
My builds started failing today what's weird is that it seems to be failing while downloading tokio-core, but not other codebases I have. I don't think this is related to #3833, but I'm not sure.
For reference the version of rust is:
Here's the full stack trace for reference.
If this is actually tokio related I'll open up the issue there instead but since it panicked in the middle of downloading I thought it was actually a cargo issue.
The text was updated successfully, but these errors were encountered: