Feature request: Allow attaching Reports to Reports #198
Labels
A-color-eyre
Area: color-eyre subcrate
C-enhancement
Category: New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
While
with_error
already allows attaching errors, acolor_eyre::Report
would need to be coerced into aStdError
, losingHelpInfo
sections, and probably alsotracing
data in the process.eyre-rs/color-eyre#125 would have implemented the option to attach proper
color_eyre::Report
s, which would allow for something like this:This would render nicely, with the full details for all errors, including helpful sections like from
wrap_err
orwith_suggestion
.The text was updated successfully, but these errors were encountered: