sunfishcode / io-lifetimes

A low-level I/O ownership and borrowing library
Other
100 stars 10 forks source link

Preserve the Windows `GetLastError` error in `HandleOrInvalid`. #25

Closed sunfishcode closed 2 years ago

sunfishcode commented 2 years ago

This ports the fix from rust-lang/rust#95158 to io-lifetimes.

sunfishcode commented 2 years ago

The upstream PR is now approved.