Skip to content

Commit

Permalink
Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
Browse files Browse the repository at this point in the history
Extend meta parameters to all generated code in compat_fn.

Fixes #79203. This addresses a regression from 7e20323 for UWP targets.
  • Loading branch information
bors committed Nov 20, 2020
2 parents ae6aa22 + 24bbca4 commit c9c57fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/windows/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ macro_rules! compat_fn {
}
}

$(#[$meta])*
pub use $symbol::call as $symbol;
)*)
}

0 comments on commit c9c57fa

Please sign in to comment.