-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-errorArea: error handlingArea: error handlingC-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.
Milestone
Description
The current Display
output of Error
doesn't match what many people think it should, namely that it prints the error chain. We need to either:
- Change
hyper::Error
to not print the source as well. - Influence the errors-wg to allow printing the chain in
Display
, like proposed in Error format options seanmonstar/errors#1.
Metadata
Metadata
Assignees
Labels
A-errorArea: error handlingArea: error handlingC-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.