You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Panicking is almost completely undocumented. How much of this is relevant to the reference and how much is implementation-specific? At the very least, something should define what "panic" is, since it is referred to in a few places. I feel like there is lots to be said about panicking, but it's hard for me to say specifically.
One example is to document panic behavior with extern functions: rust-lang/rust#55982.
The text was updated successfully, but these errors were encountered:
Panicking is almost completely undocumented. How much of this is relevant to the reference and how much is implementation-specific? At the very least, something should define what "panic" is, since it is referred to in a few places. I feel like there is lots to be said about panicking, but it's hard for me to say specifically.
One example is to document panic behavior with extern functions: rust-lang/rust#55982.
The text was updated successfully, but these errors were encountered: