We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab788a2 commit 918158dCopy full SHA for 918158d
src/test/run-make/cdylib-fewer-symbols/Makefile
@@ -3,7 +3,9 @@
3
4
-include ../tools.mk
5
6
-ifdef IS_MSVC
+# FIXME: The __rdl_ and __rust_ symbol still remains, no matter using MSVC or GNU
7
+# See https://github.com/rust-lang/rust/pull/46207#issuecomment-347561753
8
+ifdef IS_WINDOWS
9
all:
10
true
11
else
0 commit comments