Skip to content

Commit ceb2e4e

Browse files
authored
Merge pull request #4660 from rust-lang/rustup-2025-11-03
Automatic Rustup
2 parents 69ed392 + 3ee5a3c commit ceb2e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
292be5c7c05138d753bbd4b30db7a3f1a5c914f7
1+
c5dabe8cf798123087d094f06417f5a767ca73e8

src/shims/io_error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl From<Scalar> for IoError {
5656
}
5757

5858
// This mapping should match `decode_error_kind` in
59-
// <https://github.com/rust-lang/rust/blob/master/library/std/src/sys/pal/unix/mod.rs>.
59+
// <https://github.com/rust-lang/rust/blob/HEAD/library/std/src/sys/pal/unix/mod.rs>.
6060
const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
6161
use std::io::ErrorKind::*;
6262
&[
@@ -103,7 +103,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
103103
]
104104
};
105105
// This mapping should match `decode_error_kind` in
106-
// <https://github.com/rust-lang/rust/blob/master/library/std/src/sys/pal/windows/mod.rs>.
106+
// <https://github.com/rust-lang/rust/blob/HEAD/library/std/src/sys/pal/windows/mod.rs>.
107107
const WINDOWS_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
108108
use std::io::ErrorKind::*;
109109
// It's common for multiple error codes to map to the same io::ErrorKind. We have all for the

0 commit comments

Comments
 (0)