We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e7875 commit 2cc029eCopy full SHA for 2cc029e
tests/run-make/fmt-write-bloat/main.rs
@@ -5,7 +5,7 @@
5
use core::fmt;
6
use core::fmt::Write;
7
8
-#[link(name = "c")]
+#[cfg_attr(not(windows), link(name = "c"))]
9
extern "C" {}
10
11
struct Dummy;
0 commit comments