Skip to content

Commit 03c412e

Browse files
committed
fix build
1 parent 8cabbc9 commit 03c412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/tools/miri/src/shims/io_error.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const WINDOWS_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
9999
("ERROR_POSSIBLE_DEADLOCK", Deadlock),
100100
("ERROR_DIR_NOT_EMPTY", DirectoryNotEmpty),
101101
("ERROR_CANT_RESOLVE_FILENAME", FilesystemLoop),
102-
("ERROR_DISK_QUOTA_EXCEEDED", FilesystemQuotaExceeded),
103-
("WSAEDQUOT", FilesystemQuotaExceeded),
102+
("ERROR_DISK_QUOTA_EXCEEDED", QuotaExceeded),
103+
("WSAEDQUOT", QuotaExceeded),
104104
("ERROR_FILE_TOO_LARGE", FileTooLarge),
105105
("ERROR_HOST_UNREACHABLE", HostUnreachable),
106106
("WSAEHOSTUNREACH", HostUnreachable),

0 commit comments

Comments
 (0)