File tree 2 files changed +6
-0
lines changed
library/std/src/sys/windows/c
src/tools/generate-windows-sys/src
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4276,6 +4276,9 @@ impl ::core::clone::Clone for XSAVE_FORMAT {
4276
4276
}
4277
4277
}
4278
4278
// 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.
4279
4282
cfg_if:: cfg_if! {
4280
4283
if #[ cfg( target_arch = "arm" ) ] {
4281
4284
#[ repr( C ) ]
Original file line number Diff line number Diff line change 1
1
// Begin of ARM32 shim
2
+ // The raw content of this file should be processed by `generate-windows-sys`
3
+ // to be merged with the generated binding. It is not supposed to be used as
4
+ // a normal Rust module.
2
5
cfg_if:: cfg_if! {
3
6
if #[ cfg( target_arch = "arm" ) ] {
4
7
#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments