-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove util::unreachable #9312
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
This looks like a very interesting first bug to squash for me. |
@luisbg You've got it! |
@luisbg Actually, I've already done this; I had just been waiting for the next snapshot to be made so that the macro could be used. |
This is part of #8991. |
Sorry @luisbg. My mistake. |
No problem. @brson if you see any other good first contribution bugs let me now. Still hunting for that first one. |
…-two-containing-the-destruction-of-the-unreachable-function, r=alexcrichton This is the second of two parts of #8991, now possible as a new snapshot has been made. (The first part implemented the unreachable!() macro; it was #8992, 6b7b8f2.) ``std::util::unreachable()`` is removed summarily; any code which used it should now use the ``unreachable!()`` macro. Closes #9312. Closes #8991.
The macro is better.
The text was updated successfully, but these errors were encountered: