Closed
Description
Hey, I was wondering if there is any plan in having the method message
from PanicInfo
available in rust stable. The documentation points to an issue that is closed (#44489).
Related to the following issues in Firecracker:
Is there another recommended way to get the panic information? I was also thinking about replacing the panic_hook with catch_unwind but we might get into problems if the external crates that we are using are implementing panic with abort.