Skip to content

Commit 6b059ba

Browse files
committed
Add comment for arm_shim in generate-windows-sys
1 parent 99a3e4e commit 6b059ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/src/sys/windows/c/windows_sys.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,6 +4276,9 @@ impl ::core::clone::Clone for XSAVE_FORMAT {
42764276
}
42774277
}
42784278
// Begin of ARM32 shim
4279+
// The raw content of this file should be processed by `generate-windows-sys`
4280+
// to be merged with the generated binding. It is not supposed to be used as
4281+
// a normal Rust module.
42794282
cfg_if::cfg_if! {
42804283
if #[cfg(target_arch = "arm")] {
42814284
#[repr(C)]

0 commit comments

Comments
 (0)