We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
weak
optimized-c
1 parent 93b722d commit bf0617bCopy full SHA for bf0617b
src/macros.rs
@@ -147,7 +147,6 @@ macro_rules! intrinsics {
147
$($rest:tt)*
148
) => (
149
#[cfg($name = "optimized-c")]
150
- #[cfg_attr(all(not(windows), not(target_vendor = "apple")), linkage = "weak")]
151
pub $(unsafe $($empty)? )? extern $abi fn $name( $($argname: $ty),* ) $(-> $ret)? {
152
extern $abi {
153
fn $name($($argname: $ty),*) $(-> $ret)?;
0 commit comments