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