about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbdbai <bdbaiapp@163.com>2023-06-12 22:40:11 +0800
committerbdbai <bdbaiapp@163.com>2023-06-12 22:40:30 +0800
commitdf08f56b089927fd5552b208d4c0a6cd3b8f12b0 (patch)
tree47452cca51127c30dc893f10d3e1cf075bde268e /library/std
parentf7f25b0e2f32a3c6eb778a229631a9a5c3979f92 (diff)
downloadrust-df08f56b089927fd5552b208d4c0a6cd3b8f12b0.tar.gz
rust-df08f56b089927fd5552b208d4c0a6cd3b8f12b0.zip
Add comment for arm_shim in generate-windows-sys
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/sys/windows/c/windows_sys.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/std/src/sys/windows/c/windows_sys.rs b/library/std/src/sys/windows/c/windows_sys.rs
index d3ecd70dc38..a4294f336fe 100644
--- a/library/std/src/sys/windows/c/windows_sys.rs
+++ b/library/std/src/sys/windows/c/windows_sys.rs
@@ -4276,6 +4276,9 @@ impl ::core::clone::Clone for XSAVE_FORMAT {
     }
 }
 // Begin of ARM32 shim
+// The raw content of this file should be processed by `generate-windows-sys`
+// to be merged with the generated binding. It is not supposed to be used as
+// a normal Rust module.
 cfg_if::cfg_if! {
 if #[cfg(target_arch = "arm")] {
 #[repr(C)]