-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Remove sys::begin_unwind_? #4427
Comments
So, |
@catamorphism From reading commit 3fcdb7d where the original FIXME was injected and which introduced So I suspect the intention of the FIXME was to say "once we get rid of I'll try to do that now. |
Of course, commit 3fcdb7d also ensured that its Anyway, at this point, there are now six callers of |
In case it is not clear, I was visiting this bug for triage last week, for 2013-07-15. I had thought it would be easy to fix this based on my analysis from my earlier comment. But further investigation revealed that new external callers of |
This was never nominated and isn't really a backwards compatibility issue as long is this is an unstable API. Removing milestone. |
I presume what was intended here is to merge it into
begin_unwind
; comment says "temporary untilrt_fail_
goes away". However,rt_fail_
hasn't gone away yet.The text was updated successfully, but these errors were encountered: