We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91961de + 742aaf9 commit faa36f6Copy full SHA for faa36f6
tests/run-make/pointer-auth-link-with-c/test.rs
@@ -1,4 +1,4 @@
1
-#[link(name = "test")]
+#[link(name = "test", kind = "static")]
2
extern "C" {
3
fn foo() -> i32;
4
}
0 commit comments