Tracking Issue for integrating Error
trait with panic interfaces
#103820
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(error_in_panic)]
This is a tracking issue for integrating the
Error
trait withpanic
interfaces.This allows panic handlers to access the richer
Error
trait interface when reporting panics that have a runtime error as their source.Public API
Steps / History
Error
trait with panic interfaces libs-team#124Unresolved Questions
expect
andunwrap
? (More detail in the ACP)Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: