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 7f9c937 commit 16c9ca9Copy full SHA for 16c9ca9
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