diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-04-15 15:47:31 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 15:47:31 +1000 |
| commit | 45b644b3c12934c5e6f4920de64cafbfdacccab0 (patch) | |
| tree | 20b548b437a802a392a19d7438e48393e419d9a9 /compiler/rustc_index/src | |
| parent | b21c5cd025927113d0ed1dad349b8763e2438fac (diff) | |
| parent | 188d44dd6e4949606e31c8009dffa4773ea25214 (diff) | |
| download | rust-45b644b3c12934c5e6f4920de64cafbfdacccab0.tar.gz rust-45b644b3c12934c5e6f4920de64cafbfdacccab0.zip | |
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
Diffstat (limited to 'compiler/rustc_index/src')
0 files changed, 0 insertions, 0 deletions
