Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se

Extend meta parameters to all generated code in compat_fn.

Fixes https://github.com/rust-lang/rust/issues/79203. This addresses a regression from 7e2032390c for UWP targets.
This commit is contained in:
bors 2020-11-20 13:42:44 +00:00
commit c9c57fadc4
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ macro_rules! compat_fn {
}
}
$(#[$meta])*
pub use $symbol::call as $symbol;
)*)
}