We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6f2e6 commit b7d2b46Copy full SHA for b7d2b46
src/test/run-make/issue-85441/Makefile
@@ -0,0 +1,9 @@
1
+# only-windows
2
+
3
+-include ../../run-make-fulldeps/tools.mk
4
5
+# Tests that WS2_32.dll is not unnecessarily linked, see issue #85441
6
7
+all:
8
+ $(RUSTC) empty.rs
9
+ objdump -p $(TMPDIR)/empty.exe | $(CGREP) -v -i "WS2_32.dll"
src/test/run-make/issue-85441/empty.rs
@@ -0,0 +1 @@
+fn main() {}
0 commit comments