Skip to content

Commit c9c57fa

Browse files
committed
Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
Extend meta parameters to all generated code in compat_fn. Fixes #79203. This addresses a regression from 7e20323 for UWP targets.
2 parents ae6aa22 + 24bbca4 commit c9c57fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/windows/compat.rs

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ macro_rules! compat_fn {
9090
}
9191
}
9292

93+
$(#[$meta])*
9394
pub use $symbol::call as $symbol;
9495
)*)
9596
}

0 commit comments

Comments
 (0)