about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
author0x79de <0x79de@gmail.com>2025-04-14 21:25:48 +0300
committer0x79de <0x79de@gmail.com>2025-04-14 21:25:48 +0300
commit188d44dd6e4949606e31c8009dffa4773ea25214 (patch)
tree398d314bf1e01be75ee93aa2e3af793f9144175d /compiler/rustc_codegen_gcc
parent07d3fd1d9b9c1f07475b96a9d168564bf528db68 (diff)
downloadrust-188d44dd6e4949606e31c8009dffa4773ea25214.tar.gz
rust-188d44dd6e4949606e31c8009dffa4773ea25214.zip
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_codegen_gcc')
0 files changed, 0 insertions, 0 deletions