Skip to content

Commit b3826e1

Browse files
authored
Extend meta parameters to all generated code in compat_fn.
1 parent 8ab9196 commit b3826e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/sys/windows/compat.rs

Lines changed: 1 addition & 0 deletions
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)