Add debugger visualizer for anyhow::Error
Open
- Dominant language
- Rust
- Stars
- 6.7k
- Forks
- 224
- PR merge metrics
- No merged PRs in 30d
Description
anyhow::Result looks like this in LLDB:
```rust
(core::result::Result<(), anyhow::Error>) {
value = {
0 = {
inner = {
ptr = {
pointer = 0x00007f8008414040
}
}
}
}
}
```
We can wire up something better with .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.