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 6733f36 commit 77644e2Copy full SHA for 77644e2
tests/sys_common/symlink_junction.rs
@@ -54,6 +54,7 @@ pub fn symlink_junction_utf8<P: AsRef<Utf8Path>, Q: AsRef<Utf8Path>>(
54
///
55
/// This is enough for almost all of the buffers we're likely to work with in
56
/// the Windows APIs we use.
57
+#[cfg(windows)]
58
#[repr(C, align(8))]
59
#[derive(Copy, Clone)]
60
struct Align8<T: ?Sized>(pub T);
0 commit comments