Skip to content
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

Document panic implementation #486

Closed
Aaron1011 opened this issue Oct 29, 2019 · 1 comment · Fixed by #521
Closed

Document panic implementation #486

Aaron1011 opened this issue Oct 29, 2019 · 1 comment · Fixed by #521

Comments

@Aaron1011
Copy link
Member

The implementation of panicking is complex - it's spread across libcore, libstd, libpanic_abort, libpanic_unwind, and the platform-specific unwinding code. We should explain what all of the pieces are, and how the fit together.

@Aaron1011
Copy link
Member Author

I'm working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant