about summary refs log tree commit diff
path: root/compiler/rustc_index/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-04-15 15:47:31 +1000
committerGitHub <noreply@github.com>2025-04-15 15:47:31 +1000
commit45b644b3c12934c5e6f4920de64cafbfdacccab0 (patch)
tree20b548b437a802a392a19d7438e48393e419d9a9 /compiler/rustc_index/src
parentb21c5cd025927113d0ed1dad349b8763e2438fac (diff)
parent188d44dd6e4949606e31c8009dffa4773ea25214 (diff)
downloadrust-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