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.
1 parent c50664d commit 55cddb8Copy full SHA for 55cddb8
src/libstd/sys/unix/fs.rs
@@ -48,6 +48,7 @@ pub struct FileAttr {
48
statx_extra_fields: Option<StatxExtraFields>,
49
}
50
51
+#[cfg(target_os = "linux")]
52
#[derive(Clone)]
53
struct StatxExtraFields {
54
// This is needed to check if btime is supported by the filesystem.
0 commit comments