Display cause chain when alternate format is used
Open
- Dominant language
- Rust
- Stars
- 5.5k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
As `thiserror` is complementary to `anyhow`, and `anyhow` supports `{:#}` format, would be nice if `thiserror` errors supported it too. This way in codebases that mix `thiserror` and `anyhow` errors, it would be possible to use `{:#}` everywhere and get cause chains printed for all errors.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.