Hi,
I have an async fn my_func() -> anyhow::Result<()>
that I run using Tokio's block_on
.
In this async fn
, when I use anyhow::bail
macro, I'm ending with this "thread panicked while processing panic. aborting" error.
I don't understand what's happening and how to have a cleaner error output