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.
ERROR_CANT_RESOLVE_FILENAME
ErrorKind::FilesystemLoop
1 parent 194fc49 commit e5a0cedCopy full SHA for e5a0ced
library/std/src/sys/pal/windows/mod.rs
@@ -122,6 +122,7 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
122
c::ERROR_NOT_SAME_DEVICE => return CrossesDevices,
123
c::ERROR_TOO_MANY_LINKS => return TooManyLinks,
124
c::ERROR_FILENAME_EXCED_RANGE => return InvalidFilename,
125
+ c::ERROR_CANT_RESOLVE_FILENAME => return FilesystemLoop,
126
_ => {}
127
}
128
0 commit comments