reference
reference copied to clipboard
panic runtime and C-unwind documentation
Tracking issue: https://github.com/rust-lang/rust/issues/74990
Hm... not sure how to fix the links to the newly-introduced page. Is there an index page I need to edit?
Edit: I think I found it
Hm...the panic information in runtime.md should be edited as well.
Sorry for the delay; I think I've addressed all comments.
@tmandry @nikomatsakis I'm not sure you saw my comments & changes last week, but I think this is ready for re-review.
Could you squash the commits?
@nbdd0121 Can that be done on merge? I've heard that GitHub sometimes has trouble with PR branches that receive force-pushes.
I think I've resolved all open questions and concerns. Is there anything else needed from me at the moment?
This really needs rebasing now.
@nbdd0121 Done!
@tmandry two changes since your review:
- I added the new ABIs to
items/external-blocks - I added that catching an exception or unwind from the "wrong" language is UB
@tmandry @ehuss can this be merged, since the partial stabilization was a while ago now?