Closed
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.