-
Notifications
You must be signed in to change notification settings - Fork 118
GEN-173: Support printing PanicInfo #4638
Copy link
Copy link
Open
Labels
area/dxImprovements or additions to DX or docsImprovements or additions to DX or docsarea/libsRelates to first-party libraries/crates/packages (area)Relates to first-party libraries/crates/packages (area)area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)category/bugSomething isn't workingSomething isn't workinglang/rustPull requests that update Rust codePull requests that update Rust codepriority/3 lowLower priority: nice-to-haveLower priority: nice-to-have
Metadata
Metadata
Assignees
Labels
area/dxImprovements or additions to DX or docsImprovements or additions to DX or docsarea/libsRelates to first-party libraries/crates/packages (area)Relates to first-party libraries/crates/packages (area)area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)category/bugSomething isn't workingSomething isn't workinglang/rustPull requests that update Rust codePull requests that update Rust codepriority/3 lowLower priority: nice-to-haveLower priority: nice-to-have
Describe the feature
It would be really nice if there was a way to use a kind of
ReportforPanicInfo(along with backtrace + attachments of course), so we can use error stack to print out panics.I'd really like to make both my errors and panics have the same "theme".