Extend meta parameters to all generated code in compat_fn.

This commit is contained in:
Josh Matthews
2020-11-19 11:43:50 -05:00
committed by GitHub
parent 7e2032390c
commit 24bbca4917
+1
View File
@@ -90,6 +90,7 @@ pub unsafe fn call($($argname: $argtype),*) -> $rettype {
}
}
$(#[$meta])*
pub use $symbol::call as $symbol;
)*)
}