We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5c6dd8 + 3b50c3e commit c6a48efCopy full SHA for c6a48ef
src/shims/io_error.rs
@@ -44,7 +44,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
44
("ECONNREFUSED", ConnectionRefused),
45
("ECONNRESET", ConnectionReset),
46
("EDEADLK", Deadlock),
47
- ("EDQUOT", FilesystemQuotaExceeded),
+ ("EDQUOT", QuotaExceeded),
48
("EEXIST", AlreadyExists),
49
("EFBIG", FileTooLarge),
50
("EHOSTUNREACH", HostUnreachable),
0 commit comments