-
Notifications
You must be signed in to change notification settings - Fork 49
Option::unwrap()
on a None
value
#165
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
Comments
Which crate did you compile? Based on the error location it seems like there was an overflow in calculating a |
It's a private crate so unfortunately I can't share it directly. I'm trying to narrow down a minimal reproduction now. For what it's worth, there's definitely something anomalous in my code (or rustc's handling of it), because rustc is taking 14+ minutes to build it, while just a few changes ago it was about 40 seconds. That's why i was trying to profile in the first place! I'll try to narrow down a cause |
@rnarubin I'm going to close this for now. Can you reopen if you found a reproducible case? |
I ran into a panic when building a crate with rustc's self-profiling:
This doesn't appear related to #149 as the unwrap happens in totally different code
The text was updated successfully, but these errors were encountered: