Skip to content

Commit b15162c

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents 250e0f3 + 51ff0dd commit b15162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/io_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
4444
("ECONNREFUSED", ConnectionRefused),
4545
("ECONNRESET", ConnectionReset),
4646
("EDEADLK", Deadlock),
47-
("EDQUOT", FilesystemQuotaExceeded),
47+
("EDQUOT", QuotaExceeded),
4848
("EEXIST", AlreadyExists),
4949
("EFBIG", FileTooLarge),
5050
("EHOSTUNREACH", HostUnreachable),

0 commit comments

Comments
 (0)