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 c097cbb + 7e10a5c commit 50ec403Copy full SHA for 50ec403
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