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
rust-lang/rust#38165 looks really nice for default backtrace behaviour for panics. We should make it easy to obtain similar output from this library, too!
The text was updated successfully, but these errors were encountered:
I was thinking maybe we could stabilize a std::sys::backtrace module (name to be discussed). That way it would be easier for third-party tools to use the exact same code. Another solution would be to move the compiler code to a new crate just for backtrace handling.
rust-lang/rust#38165 looks really nice for default backtrace behaviour for panics. We should make it easy to obtain similar output from this library, too!
The text was updated successfully, but these errors were encountered: