We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ad118 + 742aaf9 commit 12d6a47Copy full SHA for 12d6a47
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