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.
io::ErrorKind::Unsupported
1 parent b6e4299 commit 7e10a5cCopy full SHA for 7e10a5c
library/std/src/sys/pal/unix/fs.rs
@@ -576,7 +576,7 @@ impl FileAttr {
576
Ok(SystemTime::new(ext.stx_btime.tv_sec, ext.stx_btime.tv_nsec as i64))
577
} else {
578
Err(io::const_io_error!(
579
- io::ErrorKind::Uncategorized,
+ io::ErrorKind::Unsupported,
580
"creation time is not available for the filesystem",
581
))
582
};
0 commit comments