Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay
Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix This change maps the EOPNOTSUPP errno value (95) to std::io::ErrorKind::Unsupported in the decode_error_kind function for Unix platforms. Previously, it was incorrectly mapped to ErrorKind::Uncategorized. Fixes #139803
Stuart Cook 2025-04-15
parent fd4e78f · parent 3872119 · commit 7e96b64
0 files changed, 0 insertions, 0 deletions