-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Figure out hyper::Error Display including source chain #2844
Copy link
Copy link
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::Errorto 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.
Reactions are currently unavailable
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.