mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
Extend meta parameters to all generated code in compat_fn.
This commit is contained in:
@@ -90,6 +90,7 @@ pub unsafe fn call($($argname: $argtype),*) -> $rettype {
|
||||
}
|
||||
}
|
||||
|
||||
$(#[$meta])*
|
||||
pub use $symbol::call as $symbol;
|
||||
)*)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user