This repository was archived by the owner on Sep 12, 2024. It is now read-only.
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Consider revisiting some details of Display for io::Error #37
Open
Description
The implementation of Display
for io::Error currently completely omits the kind of the error for errors created with io::Error::new
.
Do you think it would be possible to change that and include it for all others whose kind is not io::ErrorKind::Other
? I realise that this is probably a breaking change, but I wonder if there is that much code out there using io::Error::new
with a kind different to io::ErrorKind::Other
.
Metadata
Metadata
Assignees
Labels
No labels