Skip to content

Commit 24bbca4

Browse files
authored
Extend meta parameters to all generated code in compat_fn.
1 parent 7e20323 commit 24bbca4

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)